Skip to content

Commit dbd7e7e

Browse files
srinivasreddypicnixz
authored andcommitted
pythonGH-131358: Add encoding alias cseuckr for euc_kr (python#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 <[email protected]> --------- Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 33ac5cf commit dbd7e7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/encodings/aliases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
'ks_c_5601_1987' : 'euc_kr',
242242
'ksx1001' : 'euc_kr',
243243
'ks_x_1001' : 'euc_kr',
244+
'cseuckr' : 'euc_kr',
244245

245246
# gb18030 codec
246247
'gb18030_2000' : 'gb18030',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Register ``cseuckr`` as an encoding alias for ``euc_kr``.

0 commit comments

Comments
 (0)