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
Currently, Windows employs legacy encoding (like GBK, JIS) for many languages (like Chinese / Japanese) instead of Unicode. While it is possible to switch the default encoding to UTF-8, this may lead to various complications.
Additionally, adjusting the terminal encoding is not a step most users are unlikely to do. Hence, providing an optional encoding feature is a preferable approach.
The text was updated successfully, but these errors were encountered:
Currently, Windows employs legacy encoding (like GBK, JIS) for many languages (like Chinese / Japanese) instead of Unicode. While it is possible to switch the default encoding to UTF-8, this may lead to various complications.
Additionally, adjusting the terminal encoding is not a step most users are unlikely to do. Hence, providing an optional encoding feature is a preferable approach.
The text was updated successfully, but these errors were encountered: