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.
This commit is contained in:
Viktor Szakats
2013-01-30 20:00:51 +00:00
parent 067e03b9ab
commit 49ac9e106c
2 changed files with 11 additions and 2 deletions

View File

@@ -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

View File

@@ -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