]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
Rewrite string encoding conversion code
[wimlib] / include / wimlib_tchar.h
index 5a2038f07508de2904492d1a19f8efc3febf053b..a45adbfd708b723dceff2b1473ac478f39f89728 100644 (file)
@@ -67,8 +67,7 @@ typedef wchar_t tchar;
 #  define tglob                win32_wglob
 #else /* __WIN32__ */
 /* For non-Windows builds, the "tchar" type will be one byte and will specify a
- * string in the locale-dependent multibyte encoding.  However, only UTF-8 is
- * well supported in this library. */
+ * string in UTF-8. */
 typedef char tchar;
 #  define TCHAR_IS_UTF16LE 0
 #  define T(text) text /* In this case, strings of "tchar" are simply strings of