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/utf32_le.c | |
parent | 10abcf77cc24dfae451d96310b4391dad35906ed (diff) |
New upstream version 6.8.2upstream/6.8.2
Diffstat (limited to 'src/utf32_le.c')
-rw-r--r-- | src/utf32_le.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utf32_le.c b/src/utf32_le.c index 8208cd0..dc3fd92 100644 --- a/src/utf32_le.c +++ b/src/utf32_le.c @@ -190,5 +190,7 @@ OnigEncodingType OnigEncodingUTF32_LE = { onigenc_always_false_is_allowed_reverse_match, NULL, /* init */ NULL, /* is_initialized */ - is_valid_mbc_string + is_valid_mbc_string, + ENC_FLAG_UNICODE, + 0, 0 }; |