Open
Description
Steps to Reproduce
- Open in Atom
- Select "Auto Detect" encoding,
Expected behavior: Detects the encoding of the file as GB18030.
iconv -f GB18030 -t UTF-8 userdb_panda.yar
works
Actual behavior: Atom auto detects the encoding as gb2312, 'undefined encoding'
iconv fails to convert from GB2312, but works with GB18030:
iconv -f GB2312 -t UTF-8 userdb_panda.yar
iconv: illegal input sequence at position 29230
Reproduces how often: Always
Metadata
Metadata
Assignees
Labels
No labels