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 --- utf8.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index 9e03059..5df2e45 100644 --- a/utf8.h +++ b/utf8.h @@ -1,5 +1,12 @@ #ifndef UTF8_UTIL_H #define UTF8_UTIL_H +/** + * UTF-8 utility functions + * + * (c) 2010 Steve Bennett + * + * See LICENCE for licence details. + */ /** * Converts the given unicode codepoint (0 - 0xffff) to utf-8 -- cgit v1.1