GH-131358: Add encoding alias cseuckr for euc_kr (#131370)

* 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>
This commit is contained in:
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-03-19 14:59:20 +05:30
committed by GitHub
parent 74b87515a7
commit 7558980a18
2 changed files with 2 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ aliases = {
'ks_c_5601_1987' : 'euc_kr',
'ksx1001' : 'euc_kr',
'ks_x_1001' : 'euc_kr',
'cseuckr' : 'euc_kr',
# gb18030 codec
'gb18030_2000' : 'gb18030',

View File

@@ -0,0 +1 @@
Register ``cseuckr`` as an encoding alias for ``euc_kr``.