You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure 'Use unicode UTF-8 support' is not enable in windows language setting
in node CLI, invoke os.hostname(), it returns ANDREW-�-LAPTOP
How often does it reproduce? Is there a required condition?
Always happen.
What is the expected behavior?
ANDREW-ü-LAPTOP
What do you see instead?
ANDREW-�-LAPTOP
Additional information
the fix of #27848 would work fine on linux/macOs. But on windows, libuv's implement does not decoding the string which return be windows API, which cause this bug.
What steps will reproduce the bug?
ANDREW-ü-LAPTOPANDREW-�-LAPTOPHow often does it reproduce? Is there a required condition?
Always happen.
What is the expected behavior?
ANDREW-ü-LAPTOP
What do you see instead?
ANDREW-�-LAPTOP
Additional information
the fix of #27848 would work fine on linux/macOs. But on windows, libuv's implement does not decoding the string which return be windows API, which cause this bug.