diff options
Diffstat (limited to 'Source/cm_utf8.h')
-rw-r--r-- | Source/cm_utf8.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cm_utf8.h b/Source/cm_utf8.h index fa9ed3a04..67f3d3f32 100644 --- a/Source/cm_utf8.h +++ b/Source/cm_utf8.h @@ -6,6 +6,8 @@ extern "C" { #endif +extern unsigned char const cm_utf8_ones[256]; + /** Decode one UTF-8 character from the input byte range. On success, stores the unicode character number in *pc and returns the first position not extracted. On failure, returns 0. */ |