Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native CJK support #6533

Open
Stolenboot opened this issue Nov 14, 2024 · 0 comments
Open

Native CJK support #6533

Stolenboot opened this issue Nov 14, 2024 · 0 comments

Comments

@Stolenboot
Copy link

Problem description

The current version of Sublime Text (Build 4180) supports the Chinese (GB18030) encoding used in mainland China, but it does not support the traditional Chinese (Big-5) encoding used in Taiwan and Hong Kong, nor the Japanese and Korean encodings.

The ConvertToUTF8 package allows opening these files by converting them during loading and saving. However, this process alters code points and the loading conversion is visible. The package adds two menu items, including a "Reload with encoding" right above the native "Reopen with encoding", making it not very elegant. Additionally, it can be confusing because the encoding (when "show_encoding" is true) is displayed as "Western (Windows 1252)" when the file is freshly opened and "UTF-8" when buffered. Furthermore, installing ConvertToUTF8 can be complex for newbies, as it requires the Codecs33 package.

Preferred solution

Adding native support to the Chinese (Big-5), Japanese (Shift JIS), Japanese (Euc), Korean (Euc), and other encodings.

Alternatives

No other idea.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant