2013-01-30 15:31 UTC+0100 Viktor Szakats (harbour syenar.net)

- src/codepage/l_ua.c
  + src/codepage/l_uk.c
  * src/codepage/cpua1125.c
  * src/codepage/cpua1251.c
  * src/codepage/cpuakoi8.c
    ! renamed to be in sync with ISO language code 
      and src/lang/uk.c filename
This commit is contained in:
Viktor Szakats
2013-01-30 14:32:36 +00:00
parent 413443cb46
commit b6eae0ed1d
5 changed files with 12 additions and 3 deletions

View File

@@ -10,6 +10,15 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-01-30 15:31 UTC+0100 Viktor Szakats (harbour syenar.net)
- src/codepage/l_ua.c
+ src/codepage/l_uk.c
* src/codepage/cpua1125.c
* src/codepage/cpua1251.c
* src/codepage/cpuakoi8.c
! renamed to be in sync with ISO language code
and src/lang/uk.c filename
2013-01-30 15:27 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/codepage/l_sv.c
! fixed again after last patch where wrong value creeped back

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian CP-1125"
#define HB_CP_UNITB HB_UNITB_1125
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ua.c"
#include "l_uk.c"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian Windows-1251"
#define HB_CP_UNITB HB_UNITB_1251
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ua.c"
#include "l_uk.c"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -54,7 +54,7 @@
#define HB_CP_INFO "Ukrainian KOI8-U"
#define HB_CP_UNITB HB_UNITB_KOI_8U
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_ua.c"
#include "l_uk.c"
#define HB_CP_UTF8
/* include CP registration code */