X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fencoding.h;fp=include%2Fwimlib%2Fencoding.h;h=59914ae3cdf7e51d5e9fca8202990ec55b43e7c8;hp=a621581c0db21148e80dc23f350c45a9ec2d9788;hb=1fc939b7bd0b37900d974b1cd5b11df128df71f5;hpb=d9675dd5814394373d9871c6e9b7b35325b3d21d diff --git a/include/wimlib/encoding.h b/include/wimlib/encoding.h index a621581c..59914ae3 100644 --- a/include/wimlib/encoding.h +++ b/include/wimlib/encoding.h @@ -6,6 +6,9 @@ extern void iconv_global_cleanup(void); +extern void +init_upcase(void); + extern bool wimlib_mbs_is_utf8; #define DECLARE_CHAR_CONVERSION_FUNCTIONS(varname1, varname2, \ @@ -39,4 +42,9 @@ utf8_to_tstr_simple(const char *utf8str, tchar **out); extern int tstr_to_utf8_simple(const tchar *tstr, char **out); +extern int +cmp_utf16le_strings(const utf16lechar *s1, size_t n1, + const utf16lechar *s2, size_t n2, + bool ignore_case); + #endif /* _WIMLIB_ENCODING_H */