diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 299b53f567..5756bc821e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-23 11:43 UTC+0200 Viktor Szakats (harbour syenar.net) + * src/lang/msgcsutf.c + * src/lang/msgelutf.c + * minor formatting + 2012-07-23 11:35 UTC+0200 Viktor Szakats (vszakats syenar.net) * include/hblang.hbx + added new UTF language modules diff --git a/harbour/src/lang/msgcsutf.c b/harbour/src/lang/msgcsutf.c index d298f0ccdb..6fc008b1bd 100644 --- a/harbour/src/lang/msgcsutf.c +++ b/harbour/src/lang/msgcsutf.c @@ -64,12 +64,12 @@ static HB_LANG s_lang = { /* Identification */ - "CSUTF", /* ID */ - "Czech", /* Name (in English) */ - "Česky", /* Name (in native language) */ - "CS", /* RFC ID */ - "UTF-8", /* Codepage */ - "", /* Version */ + "CSUTF", /* ID */ + "Czech", /* Name (in English) */ + "Česky", /* Name (in native language) */ + "CS", /* RFC ID */ + "UTF-8", /* Codepage */ + "", /* Version */ /* Month names */ diff --git a/harbour/src/lang/msgelutf.c b/harbour/src/lang/msgelutf.c index 5c25a53a60..f6180eaea8 100644 --- a/harbour/src/lang/msgelutf.c +++ b/harbour/src/lang/msgelutf.c @@ -61,12 +61,12 @@ static HB_LANG s_lang = { /* Identification */ - "ELUTF", /* ID */ - "Greek ANSI", /* Name (in English) */ - "Ελληνικά ANSI", /* Name (in native language) */ - "EL", /* RFC ID */ - "UTF-8", /* Codepage */ - "", /* Version */ + "ELUTF", /* ID */ + "Greek ANSI", /* Name (in English) */ + "Ελληνικά ANSI", /* Name (in native language) */ + "EL", /* RFC ID */ + "UTF-8", /* Codepage */ + "", /* Version */ /* Month names */