mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
Merge a7930de654
into d65f292888
This commit is contained in:
commit
b5b468b511
@ -789,11 +789,7 @@ void InitInternational()
|
|||||||
d = IconvWideToStrInternal();
|
d = IconvWideToStrInternal();
|
||||||
if (d == (void *)-1)
|
if (d == (void *)-1)
|
||||||
{
|
{
|
||||||
#ifdef UNIX_MACOS
|
|
||||||
StrCpy(charset, sizeof(charset), "utf-8");
|
StrCpy(charset, sizeof(charset), "utf-8");
|
||||||
#else // UNIX_MACOS
|
|
||||||
StrCpy(charset, sizeof(charset), "EUCJP");
|
|
||||||
#endif // UNIX_MACOS
|
|
||||||
d = IconvWideToStrInternal();
|
d = IconvWideToStrInternal();
|
||||||
if (d == (void *)-1)
|
if (d == (void *)-1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user