Commit a3d2481a authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Added Latin10.

Version 0.55. Tagged as 'Unicode-0_55'
parent 4f101f04
/* (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"
......@@ -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 },
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment