From d6f827bfd966bad3cf143bf76c120e8f404fda77 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 15 Aug 2013 10:55:11 +0100 Subject: [PATCH] Added note about Unicode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ad6f45..3b938fc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ most. [...] Match any character from set. Ranges like [a-z] are supported [^...] Match any character but ones from set +Under development: Unicode support. + ## API int slre_match(const char *regexp, const char *buf, int buf_len, @@ -95,7 +97,6 @@ Output: Found URL: [HTTPS://FOO.COM/x?b#c=tab1] Found URL: [http://cesanta.com] -