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.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 13c5fe6..3be9899 100644 --- a/utf8.c +++ b/utf8.c @@ -1,6 +1,10 @@ -/* ----------------------------------------------------------------------------- - * Utility functions - * ---------------------------------------------------------------------------*/ +/** + * UTF-8 utility functions + * + * (c) 2010 Steve Bennett + * + * See LICENCE for licence details. + */ #include #include -- cgit v1.1