[Groonga-commit] groonga/groonga at 2cf5e3d [master] Use ONIG_OPTION_ASCII_RANGE

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 18:29:20 JST 2015


Kouhei Sutou	2015-03-17 18:29:20 +0900 (Tue, 17 Mar 2015)

  New Revision: 2cf5e3dcdd01719777f88ccfc4d11b451292372a
  https://github.com/groonga/groonga/commit/2cf5e3dcdd01719777f88ccfc4d11b451292372a

  Message:
    Use ONIG_OPTION_ASCII_RANGE

  Modified files:
    lib/operator.c

  Modified: lib/operator.c (+1 -1)
===================================================================
--- lib/operator.c    2015-03-17 17:48:42 +0900 (aa183c6)
+++ lib/operator.c    2015-03-17 18:29:20 +0900 (80a0f88)
@@ -680,7 +680,7 @@ string_match_regexp(grn_ctx *ctx,
   onig_result = onig_new(&regex,
                          pattern,
                          pattern + pattern_len,
-                         ONIG_OPTION_NONE,
+                         ONIG_OPTION_ASCII_RANGE,
                          onig_encoding,
                          ONIG_SYNTAX_RUBY,
                          &onig_error_info);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index