summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:16:56 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-03-24 11:16:56 +0200
commit4b8fb32749d821b5af41dc21afce5a6147904f13 (patch)
tree4facfc50b5332816552f167f8810f1069d5840c1
parent972da100dc95538b12876c7bc3081efe97a0924c (diff)
downloadfpGUI-4b8fb32749d821b5af41dc21afce5a6147904f13.tar.xz
improved charset translation to UTF8
-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