mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
0f4199fb56
commit
8984fa6742
14 changed files with 345 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue