summaryrefslogtreecommitdiff
path: root/src/iso8859_15.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso8859_15.c')
-rw-r--r--src/iso8859_15.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso8859_15.c b/src/iso8859_15.c
index 236e9e7..3a7ad05 100644
--- a/src/iso8859_15.c
+++ b/src/iso8859_15.c
@@ -235,5 +235,6 @@ OnigEncodingType OnigEncodingISO_8859_15 = {
NULL, /* init */
NULL, /* is_initialized */
onigenc_always_true_is_valid_mbc_string,
- 0, 0, 0
+ ENC_FLAG_ASCII_COMPATIBLE,
+ 0, 0
};