You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
A text file with encoding detected as GB18030 on Github is auto-detected as gb2312 in atom.
Steps to Reproduce
https://github.com/malice-plugins/yara/blob/17a4fc946febe8b002e285f591bcb21b92a99e9e/rules/userdb_panda.yar
Expected behavior: Atom detects the encoding of the file as GB18030.
Actual behavior: Atom auto detects the encoding as gb2312, 'undefined encoding'
iconv fails to convert from GB2312, but works with GB18030:
Works:
iconv -f GB18030 -t UTF-8 userdb_panda.yar
Reproduces how often: Always
Versions
apm 2.1.2
atom 1.32.0 x64
Ubuntu 18.04
Additional Information
The text was updated successfully, but these errors were encountered: