From 49ac9e106c454ff394640ea89fff283c6ab55b89 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 30 Jan 2013 20:00:51 +0000 Subject: [PATCH] 2013-01-30 20:55 UTC+0100 Viktor Szakats (harbour syenar.net) * src/codepage/cpsviso.c ! fixed codepage from ISO-8859-1 to ISO-8859-15, which is needed to be able to represent all characters in the current Swedish collation. Though it turns out these offending three chars are not part of the Swedish alphabet. So here I'm finishing and letting others to fix the rest if there is any. --- harbour/ChangeLog.txt | 9 +++++++++ harbour/src/codepage/cpsviso.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 70664b31de..3a47a0d91a 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,15 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-01-30 20:55 UTC+0100 Viktor Szakats (harbour syenar.net) + * src/codepage/cpsviso.c + ! fixed codepage from ISO-8859-1 to ISO-8859-15, which + is needed to be able to represent all characters in the + current Swedish collation. Though it turns out these + offending three chars are not part of the Swedish alphabet. + So here I'm finishing and letting others to fix the rest + if there is any. + 2013-01-30 20:35 UTC+0100 Viktor Szakats (harbour syenar.net) * README.txt + added reminder in TROUBLESHOOTING for users who prefer diff --git a/harbour/src/codepage/cpsviso.c b/harbour/src/codepage/cpsviso.c index e5a3a53926..88cfe37cd7 100644 --- a/harbour/src/codepage/cpsviso.c +++ b/harbour/src/codepage/cpsviso.c @@ -52,8 +52,8 @@ */ #define HB_CP_ID SVISO -#define HB_CP_INFO "Swedish ISO-8859-1" -#define HB_CP_UNITB HB_UNITB_8859_1 +#define HB_CP_INFO "Swedish ISO-8859-15" +#define HB_CP_UNITB HB_UNITB_8859_15 #define HB_CP_ACSORT HB_CDP_ACSORT_INTERLEAVED #include "l_sv.c" #define HB_CP_UTF8