summaryrefslogtreecommitdiff
path: root/enc/ascii.c
diff options
context:
space:
mode:
authorLars Kanis <[email protected]>2020-11-22 14:23:40 +0100
committer<[email protected]>2020-11-22 22:23:40 +0900
commitd403591b34e204a5937241025c62c877e579fbaf ()
tree2ba3966f5c792f74ed0f7873ea8f1def8efa63f3 /enc/ascii.c
parent2d112c346a7a1369af1236928538a3b3a833f781 (diff)
Add string encoding IBM720 alias CP720 (#3803)
The mapping table is generated from the ICU project: https://.com/unicode-org/icu/blob/master/icu4c/source/data/mappings/ibm-720_P100-1997.ucm Fixes bug 16233 : https://bugs.ruby-lang.org/issues/16233
Notes: Merged-By: nurse <[email protected]>
-rw-r--r--enc/ascii.c2
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ OnigEncodingDefine(ascii, ASCII) = {
ENC_ALIAS("BINARY", "ASCII-8BIT")
ENC_REPLICATE("IBM437", "ASCII-8BIT")
ENC_ALIAS("CP437", "IBM437")
ENC_REPLICATE("IBM737", "ASCII-8BIT")
ENC_ALIAS("CP737", "IBM737")
ENC_REPLICATE("IBM775", "ASCII-8BIT")