summaryrefslogtreecommitdiff
path: root/utf8proc.h
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:17:27 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-12 14:17:27 -0400
commit3822984606dd72ab129c0c9b26f496e75e7868e9 (patch)
tree44f37fe793a0007400eabb5697e1c87442a4c35d /utf8proc.h
parent128c04e3d02f8088eadfe924b647a2503cb0e945 (diff)
downloadlibutf8proc-3822984606dd72ab129c0c9b26f496e75e7868e9.tar.gz
libutf8proc-3822984606dd72ab129c0c9b26f496e75e7868e9.tar.bz2
remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffff
Diffstat (limited to 'utf8proc.h')
-rw-r--r--utf8proc.h4
1 files changed, 0 insertions, 4 deletions
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(