shadowfox-updater
shadowfox-updater copied to clipboard
profiles.ini can't be read if encoded in anything that isn't UTF-8
After checking several different ini parsers, it appears that Go just really doesn't like UTF-16 and the such. So basically until Go provides an easier way to read other encodings this issue will persist
same problem for me too
just a update this is still a problem
Same problem here too. I'd like to not have to change the encoding if possible, though I understand that there's a pretty big push for UTF-8 right now which is hard to fight against. It's a little ridiculous, IMHO, for people to also be against other Unicode encodings like UTF-16 though.