diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 61ce749f7a..e565b851ea 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -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 diff --git a/harbour/src/codepage/cpua1125.c b/harbour/src/codepage/cpua1125.c index c5538fa81e..de5be7a81d 100644 --- a/harbour/src/codepage/cpua1125.c +++ b/harbour/src/codepage/cpua1125.c @@ -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 */ diff --git a/harbour/src/codepage/cpua1251.c b/harbour/src/codepage/cpua1251.c index 11031f8f43..8dc817cc86 100644 --- a/harbour/src/codepage/cpua1251.c +++ b/harbour/src/codepage/cpua1251.c @@ -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 */ diff --git a/harbour/src/codepage/cpuakoi8.c b/harbour/src/codepage/cpuakoi8.c index 98aa5d5366..89c85f3139 100644 --- a/harbour/src/codepage/cpuakoi8.c +++ b/harbour/src/codepage/cpuakoi8.c @@ -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 */ diff --git a/harbour/src/codepage/l_ua.c b/harbour/src/codepage/l_uk.c similarity index 100% rename from harbour/src/codepage/l_ua.c rename to harbour/src/codepage/l_uk.c