From 8984fa674290c17b62c7cf5cf0dd266d297fc14b Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 17 Feb 2008 03:21:20 +0000 Subject: * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, shift_jis.c,windows_1251.c}: add document about encodings. * enc/cp949.c: divided into new file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_11.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'enc/iso_8859_11.c') diff --git a/enc/iso_8859_11.c b/enc/iso_8859_11.c index facb28437d..eca0b69a14 100644 --- a/enc/iso_8859_11.c +++ b/enc/iso_8859_11.c @@ -95,6 +95,17 @@ OnigEncodingDefine(iso_8859_11, ISO_8859_11) = { onigenc_always_true_is_allowed_reverse_match }; ENC_ALIAS("ISO8859-11", "ISO-8859-11"); + +/* + * Name: TIS-620 + * MIBenum: 2259 + * Link: http://en.wikipedia.org/wiki/Thai_Industrial_Standard_620-2533 + */ ENC_REPLICATE("TIS-620", "ISO-8859-11"); + +/* + * Name: Windows-874 + * Link: http://www.microsoft.com/globaldev/reference/sbcs/874.mspx + */ ENC_REPLICATE("Windows-874", "ISO-8859-11"); ENC_ALIAS("CP874", "Windows-874"); -- cgit v1.2.3