summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_stringutils.pas12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/corelib/fpg_stringutils.pas b/src/corelib/fpg_stringutils.pas
index e4d75f86..2b4b3ced 100644
--- a/src/corelib/fpg_stringutils.pas
+++ b/src/corelib/fpg_stringutils.pas
@@ -381,8 +381,8 @@ const
#13, // #13
#14, // #14
#15, // #15
- #16, // #16
- #17, // #17
+ '>', // #16 right arrow head
+ '<', // #17 left arrow head
#18, // #18
#19, // #19
#20, // #20
@@ -492,7 +492,7 @@ const
'|', // '|'
'}', // '}'
'~', // '~'
- #127, // #127
+ #$E2#$8C#$82, // #127 House
#195#135, // #128
#195#188, // #129
#195#169, // #130
@@ -901,8 +901,8 @@ const
#13, // #13
#14, // #14
#15, // #15
- #16, // #16
- #$E2#$86#$90, // #17
+ #$E2#$96#$B8, // #16 U+25B8 Right arrow head
+ #$E2#$96#$82, // #17 U+25C2 Left arrow head
#18, // #18
#19, // #19
#20, // #20
@@ -1012,7 +1012,7 @@ const
'|', // '|'
'}', // '}'
'~', // '~'
- #127, // #127
+ #$E2#$8C#$82, // #127 House
#195#135, // #128
#195#188, // #129
#195#169, // #130