diff --git a/VersionNum b/VersionNum index 840caa9795c47e816ec3b2fd0012db7531604333..7c913d4a8aa00e84f9bd72cc1edeef8bc070d661 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (0.54) +/* (0.55) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.2. * */ -#define Module_MajorVersion_CMHG 0.54 +#define Module_MajorVersion_CMHG 0.55 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 25 Aug 2005 +#define Module_Date_CMHG 26 Aug 2005 -#define Module_MajorVersion "0.54" -#define Module_Version 54 +#define Module_MajorVersion "0.55" +#define Module_Version 55 #define Module_MinorVersion "" -#define Module_Date "25 Aug 2005" +#define Module_Date "26 Aug 2005" -#define Module_ApplicationDate "25-Aug-05" +#define Module_ApplicationDate "26-Aug-05" #define Module_ComponentName "Unicode" #define Module_ComponentPath "RiscOS/Sources/Lib/Unicode" -#define Module_FullVersion "0.54" -#define Module_HelpVersion "0.54 (25 Aug 2005)" -#define Module_LibraryVersionInfo "0:54" +#define Module_FullVersion "0.55" +#define Module_HelpVersion "0.55 (26 Aug 2005)" +#define Module_LibraryVersionInfo "0:55" diff --git a/c/encoding b/c/encoding index 49a26bfe2386daa7608ea898f92a2826bed77a48..84bd8f80c13f8d876d884903fefde4b5efecab4b 100644 --- a/c/encoding +++ b/c/encoding @@ -77,6 +77,7 @@ static EncList enclist[] = { csISOLatin7, 1, "/ISO-8859-13/ISO-IR-179/", lang_ENGLISH, &enc_iso8859, "\x1B\x2D\x59", NULL }, /* Select Baltic Rim right half */ { csISOLatin8, 1, "/ISO-8859-14/ISO-IR-199/", lang_IRISH, &enc_iso8859, "\x1B\x2D\x5F", NULL }, /* Select Celtic right half */ { csISOLatin9, 1, "/ISO-8859-15/ISO-IR-203/", lang_ENGLISH, &enc_iso8859, "\x1B\x2D\x62\x1B\x2E\x42\x1B\x2F\x50", NULL }, /* Select G1 Latin-9, G2 Latin-2, G3 supplement */ + { csISOLatin10, 1, "/ISO-8859-16/ISO-IR-226/", lang_ENGLISH, &enc_iso8859, "\x1B\x2D\x66\x1B\x2E\x41\x1B\x2F\x50", NULL }, /* Select G1 Latin-10, G2 Latin-1, G3 supplement */ { csISO6937, 2, "/ISO-IR-156/", lang_ENGLISH, &enc_iso6937, "\x1B\x2D\x52", NULL }, /* Select ISO6937 right half */ { csISO6937DVB, 2, "/X-ISO-6937-DVB/X-DVB/", lang_ENGLISH, &enc_iso6937, NULL, NULL }, { csShiftJIS /* 17 */, 2, "/SHIFT_JIS/X-SJIS/", lang_JAPANESE, &enc_shiftjis, NULL, NULL }, diff --git a/h/charsets b/h/charsets index 2b9105addc6e0e840a541aa67d6abebebcacd19e..bd04dd2df03889d27a2b33fd4a85d585f1c1fe14 100644 --- a/h/charsets +++ b/h/charsets @@ -207,6 +207,7 @@ #define csISOLatin7 109 #define csISOLatin8 110 #define csISOLatin9 111 +#define csISOLatin10 112 #define csJISEncoding 16 #define csShiftJIS 17 #define csEUCPkdFmtJapanese 18