diff options
-rw-r--r-- | enc/ascii.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,9 @@ /********************************************************************** - ascii.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2002-2006 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,7 +46,9 @@ OnigEncodingDefine(ascii, ASCII) = { onigenc_ascii_is_code_ctype, onigenc_not_support_get_ctype_code_range, onigenc_single_byte_left_adjust_char_head, - onigenc_always_true_is_allowed_reverse_match }; ENC_ALIAS("BINARY", "ASCII-8BIT") ENC_REPLICATE("IBM437", "ASCII-8BIT") |