Skip to content

Commit 76544ed

Browse files
author
Proton
committed
Chinese character error fix.
* 惊: should be 'Jing' ( not 'Liang' )
1 parent 7b3e322 commit 76544ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unidecode/x060.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
'Dun ', # 0xc7
202202
'Guo ', # 0xc8
203203
'Chan ', # 0xc9
204-
'Liang ', # 0xca
204+
'Jing ', # 0xca
205205
'Wan ', # 0xcb
206206
'Yuan ', # 0xcc
207207
'Jin ', # 0xcd

0 commit comments

Comments
 (0)