From dad0cbdcabb682c1f26bc38da04608ce91aa19c7 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 12 Mar 2015 14:29:33 -0400 Subject: update NEWS for 1.2-dev --- utf8proc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utf8proc.h') diff --git a/utf8proc.h b/utf8proc.h index ae7074a..82002e3 100644 --- a/utf8proc.h +++ b/utf8proc.h @@ -398,7 +398,8 @@ DLLEXPORT int utf8proc_category(int32_t c); UTF8PROC_CATEGORY_* constants.) */ DLLEXPORT const char *utf8proc_category_string(int32_t c); -/* Return the two-letter Unicode category string for c (e.g. "Lu" or "Co"). */ +/* Return the two-letter (nul-terminated) Unicode category string for + c (e.g. "Lu" or "Co"). */ DLLEXPORT ssize_t utf8proc_map( const uint8_t *str, ssize_t strlen, uint8_t **dstptr, int options -- cgit v1.2.3