aboutsummaryrefslogtreecommitdiffstats
path: root/ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'ascii.c')
-rw-r--r--ascii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ascii.c b/ascii.c
index c2715f4e0d..abf784b165 100644
--- a/ascii.c
+++ b/ascii.c
@@ -40,7 +40,7 @@ ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype)
OnigEncodingType OnigEncodingASCII = {
onigenc_single_byte_mbc_enc_len,
- "US-ASCII", /* name */
+ "ASCII-8BIT",/* name */
1, /* max byte length */
1, /* min byte length */
onigenc_is_mbc_newline_0x0a,