GH-131358: Add encoding alias cseuckr for euc_kr#131370
GH-131358: Add encoding alias cseuckr for euc_kr#131370corona10 merged 4 commits intopython:mainfrom
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 <10796600+picnixz@users.noreply.github.com>
corona10
left a comment
There was a problem hiding this comment.
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 <10796600+picnixz@users.noreply.github.com> --------- Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.