diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-17 03:21:20 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-17 03:21:20 +0000 |
| commit | 033654d8435edd5664c0a783a1b0379b61ba1efc (patch) | |
| tree | 2a4bee0a1c6734183c898f508854551d1ee1d60c /enc/iso_8859_6.c | |
| parent | c3da6e5eb3ba28d818b64b9049d9f0fe10800fe3 (diff) | |
| download | ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.tar.gz ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.tar.xz ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@15516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_6.c')
| -rw-r--r-- | enc/iso_8859_6.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/enc/iso_8859_6.c b/enc/iso_8859_6.c index 0f9a1b7d9..2b04321f2 100644 --- a/enc/iso_8859_6.c +++ b/enc/iso_8859_6.c @@ -95,5 +95,13 @@ OnigEncodingDefine(iso_8859_6, ISO_8859_6) = { onigenc_always_true_is_allowed_reverse_match }; ENC_ALIAS("ISO8859-6", "ISO-8859-6"); + +/* + * Name: windows-1256 + * MIBenum: 2256 + * Link: http://www.iana.org/assignments/character-sets + * Link: http://www.microsoft.com/globaldev/reference/sbcs/1256.mspx + * Link: http://en.wikipedia.org/wiki/Windows-1256 + */ ENC_REPLICATE("Windows-1256", "ISO-8859-6"); ENC_ALIAS("CP1256", "Windows-1256"); |
