saintfish / chardet

Charset detector library for golang derived from ICU
Other
345 stars 63 forks source link

charset "GB-18030" need to change "GB18030" #2

Open golangfan opened 10 years ago

golangfan commented 10 years ago

charset "GB-18030" need to change "GB18030"

https://github.com/djimenez/iconv-go/issues/12

Wineric commented 5 years ago

charset "GB-18030" need to change "GB18030"

djimenez/iconv-go#12

Seems like the the identifier charset name does not agree with golang's charmap table name. This is also true for other charset names like ISO 8859-x which are named ISO-8859-x in the identifier package.