-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-131358: Add encoding alias cseuckr for euc_kr #131370
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
Conversation
Misc/NEWS.d/next/Library/2025-03-17-21-35-53.gh-issue-131358.YVZ6yo.rst
Outdated
Show resolved
Hide resolved
…VZ6yo.rst Co-authored-by: Bénédikt Tran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am quite surprise that there is the existence of cseuckr
..
FTR, it's documented in https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API/Encodings so I guess it can exist in the wild? |
I believe that it's a very old encoding (except the banking system), and even if they use |
I am not sure it's worth adding it because we don't support all aliases that are listed on the JDK or Mozilla page. @methane Do you have any ideas with this issue? |
For example, there is also |
alias is imported by all Python programs. So I don't like adding everything in alias. But in case of csEUCKR, it is used in real world.
I'm OK to adding it. |
* Add encoding alias cseuckr for euc_kr * Update Misc/NEWS.d/next/Library/2025-03-17-21-35-53.gh-issue-131358.YVZ6yo.rst Co-authored-by: Bénédikt Tran <[email protected]> --------- Co-authored-by: Bénédikt Tran <[email protected]>
* Add encoding alias cseuckr for euc_kr * Update Misc/NEWS.d/next/Library/2025-03-17-21-35-53.gh-issue-131358.YVZ6yo.rst Co-authored-by: Bénédikt Tran <[email protected]> --------- Co-authored-by: Bénédikt Tran <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.