1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 20:05:08 +03:00
This commit is contained in:
thepyper 2018-08-08 11:28:35 +00:00 committed by GitHub
commit b5b468b511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,11 +789,7 @@ void InitInternational()
d = IconvWideToStrInternal();
if (d == (void *)-1)
{
#ifdef UNIX_MACOS
StrCpy(charset, sizeof(charset), "utf-8");
#else // UNIX_MACOS
StrCpy(charset, sizeof(charset), "EUCJP");
#endif // UNIX_MACOS
d = IconvWideToStrInternal();
if (d == (void *)-1)
{