diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-05-02 17:28:55 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-05-02 17:28:55 +0200 |
commit | 83ea1be016fd5fc27ee721cf62a18716675815dc (patch) | |
tree | 5d566283b63e5d719cd9715628dd9573b230f140 /src/iso8859_10.c | |
parent | 10abcf77cc24dfae451d96310b4391dad35906ed (diff) |
New upstream version 6.8.2upstream/6.8.2
Diffstat (limited to 'src/iso8859_10.c')
-rw-r--r-- | src/iso8859_10.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso8859_10.c b/src/iso8859_10.c index a5946cc..f9804e2 100644 --- a/src/iso8859_10.c +++ b/src/iso8859_10.c @@ -239,5 +239,6 @@ OnigEncodingType OnigEncodingISO_8859_10 = { NULL, /* init */ NULL, /* is_initialized */ onigenc_always_true_is_valid_mbc_string, - 0, 0, 0 + ENC_FLAG_ASCII_COMPATIBLE, + 0, 0 }; |