summaryrefslogtreecommitdiff
path: root/enc/iso_8859_2.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 17:16:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 17:16:09 +0000
commit8f15b8128cf47ff679d4f0d3767605d0d0afcc3c (patch)
tree643bd4938ff2bccdecdb8e63702ce8bd4e55a10a /enc/iso_8859_2.c
parent21671b558cfd8d90647f40a8594fd9e6db038768 (diff)
* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*
which are not builtin. * regenc.{c,h} (onigenc_mb2_code_to_mbclen, onigenc_mb4_code_to_mbclen): fix prototype. * enc/big5.c, enc/euc_kr.c, enc/euc_tw.c, enc/gb18030.c, enc/koi8_r.c, enc/windows_1251.c: imported from Oniguruma. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_2.c')
-rw-r--r--enc/iso_8859_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_2.c b/enc/iso_8859_2.c
index 4013ed9aa5..a6a6c3d4c1 100644
--- a/enc/iso_8859_2.c
+++ b/enc/iso_8859_2.c
@@ -238,5 +238,5 @@ OnigEncodingDefine(iso_8859_2, ISO_8859_2) = {
onigenc_always_true_is_allowed_reverse_match
};
ENC_ALIAS("ISO8859-2", "ISO-8859-2");
-ENC_REPLICATE("Windowws-1250", "ISO-8859-2");
+ENC_REPLICATE("Windows-1250", "ISO-8859-2");
ENC_ALIAS("CP1250", "Windows-1250");