Open bertvandepoel opened 5 years ago
Check how Go reacts to different encodings. It should process them correctly, but is that really the case? How about foliafolie and xmllint?
http://dominik.honnef.co/posts/2012/04/dealing_with_encodings_in_go/
https://godoc.org/github.com/rakyll/magicmime
Might be worth looking at EUC-JP and EUC-KR encodings. Probably also worth looking at encodings for Chinese and other non-ascii languages that have several decades of widespread digital use.
Check how Go reacts to different encodings. It should process them correctly, but is that really the case? How about foliafolie and xmllint?