summaryrefslogtreecommitdiff
path: root/src/iso8859_7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso8859_7.c')
-rw-r--r--src/iso8859_7.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso8859_7.c b/src/iso8859_7.c
index 87a1acd..75b520f 100644
--- a/src/iso8859_7.c
+++ b/src/iso8859_7.c
@@ -220,5 +220,6 @@ OnigEncodingType OnigEncodingISO_8859_7 = {
onigenc_single_byte_left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match,
NULL, /* init */
- NULL /* is_initialized */
+ NULL, /* is_initialized */
+ onigenc_always_true_is_valid_mbc_string
};