From 3822984606dd72ab129c0c9b26f496e75e7868e9 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 12 Mar 2015 14:17:27 -0400 Subject: remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffff --- utf8proc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utf8proc.h') diff --git a/utf8proc.h b/utf8proc.h index 360f919..ae7074a 100644 --- a/utf8proc.h +++ b/utf8proc.h @@ -310,8 +310,6 @@ DLLEXPORT const utf8proc_property_t *utf8proc_get_property(int32_t uc); * the unicode char with the given code point 'uc'. * If the character is not existent a pointer to a special struct is * returned, where 'category' is 0 (UTF8PROC_CATEGORY_CN). - * WARNING: The parameter 'uc' has to be in the range of 0x0000 to - * 0x10FFFF, otherwise the program might crash! */ DLLEXPORT ssize_t utf8proc_decompose_char( @@ -338,8 +336,6 @@ DLLEXPORT ssize_t utf8proc_decompose_char( * If the number of written chars would be bigger than 'bufsize', * the buffer (up to 'bufsize') has inpredictable data, and the needed * buffer size is returned. - * WARNING: The parameter 'uc' has to be in the range of 0x0000 to - * 0x10FFFF, otherwise the program might crash! */ DLLEXPORT ssize_t utf8proc_decompose( -- cgit v1.2.3