This commit is contained in:
Igor Pavlov 2023-06-21 00:00:00 +00:00
parent 93be7d4abf
commit 5b39dc76f1
951 changed files with 39855 additions and 24810 deletions

View file

@ -534,6 +534,7 @@ AString UnicodeStringToMultiByte(const UString &src, UINT codePage)
#if !defined(_WIN32) || defined(ENV_HAVE_LOCALE)
#ifdef _WIN32
#define U_to_A(a, b, c) UnicodeStringToMultiByte2
@ -544,8 +545,6 @@ AString UnicodeStringToMultiByte(const UString &src, UINT codePage)
// #define A_to_U(a, b, c) MultiByteToUnicodeString2_Native(a, b)
#endif
#if !defined(_WIN32) || defined(ENV_HAVE_LOCALE)
bool IsNativeUTF8()
{
UString u;