summaryrefslogtreecommitdiff
path: root/enc/iso_8859_5.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/iso_8859_5.c')
-rw-r--r--enc/iso_8859_5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/iso_8859_5.c b/enc/iso_8859_5.c
index de7a0fd8bb..06b91ee643 100644
--- a/enc/iso_8859_5.c
+++ b/enc/iso_8859_5.c
@@ -227,3 +227,6 @@ OnigEncodingDefine(iso_8859_5, ISO_8859_5) = {
onigenc_single_byte_left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match
};
+ENC_ALIAS("ISO8859-5", "ISO-8859-5");
+ENC_REPLICATE("Windows-1251", "ISO-8859-5");
+ENC_ALIAS("CP1251", "Windows-1251");