From b45e63f2b5ca11d102690b19d8c5f7685754e75c Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 22 Oct 2010 11:34:27 +1000 Subject: Update documentation to cover UTF-8 support for regexp Also create README.utf-8 Signed-off-by: Steve Bennett --- jimregexp.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'jimregexp.c') diff --git a/jimregexp.c b/jimregexp.c index d6a8723..7a0adf2 100644 --- a/jimregexp.c +++ b/jimregexp.c @@ -38,11 +38,12 @@ *** seiwald@perforce.com, on 20 January 2000, to use function prototypes. *** THIS IS AN ALTERED VERSION. It was altered by Christopher Seiwald *** seiwald@perforce.com, on 05 November 2002, to const string literals. - *** THIS IS AN ALTERED VERSION. It was altered by Steve Bennett - *** on 16 October 2010, to remove static state and add better Tcl ARE compatibility. - *** This includes counted repetitions, UTF-8 support, character classes, - *** shorthand character classes, increased number of parentheses to 100, - *** backslash escape sequences. + * + * THIS IS AN ALTERED VERSION. It was altered by Steve Bennett + * on 16 October 2010, to remove static state and add better Tcl ARE compatibility. + * This includes counted repetitions, UTF-8 support, character classes, + * shorthand character classes, increased number of parentheses to 100, + * backslash escape sequences. * * Beware that some of this code is subtly aware of the way operator * precedence is structured in regular expressions. Serious changes in -- cgit v1.1