]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/unicode.h
Imported tableprinter module
[libucw.git] / ucw / unicode.h
index d861788bd0b7553875b5d79d28edaf89b210a0cb..e29bc3662d64b79e5f6552d13e53c258340a0b47 100644 (file)
 
 #include <ucw/unaligned.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define utf8_strlen ucw_utf8_strlen
+#define utf8_strnlen ucw_utf8_strnlen
+#endif
+
 /* Macros for handling UTF-8 */
 
 #define UNI_REPLACEMENT 0xfffc /** Unicode value used as a default replacement of invalid characters. **/