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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user