KVIrc
KVIrc copied to clipboard
Change default encoding to Smart UTF-8 [System encoding]
Since mIRC changed to UTF-8 by default (years ago), most of KVIrc users see gibberish instead of properly accented letters, since by default KVIrc uses System encoding (at least on Windows), similar to this:
mIRC is detecting & resolving this as far as i know, so only KVIrc users are affected by this.
Using ISO-* is unnecessary anymore, UTF-8 covers more than enough languages for our use-case. http://www.unicode.org/standard/supported.html
It may need to handle exceptions in some cases where UTF-8 doesn't support a particular language, but I believe these could be hard-coded in KVIrc easily.
On Freenode we talked about encoding problems and wodim propsed to change the default encoding to Smart UTF-8 [System encoding], that would solve this kind of problems without breaking everything else.
I think this would be a great idea.
Additional suggestions and thoughts are welcome!
Yes, thats is annoying indeed. I vote for that :+1:
On Freenode we talked about encoding problems and wodim propsed to change the default encoding to Smart UTF-8 [System encoding], that would solve this kind of problems without breaking everything else.
I'm for completely drop anything isn't UTF-8, but unfortunately the world is not ready for that. We're forced to keep those, so I agree to switch
HelLViS69
+1
Is it ok to cherry pick https://github.com/staticfox/KVIrc/commit/220112b5519dc2995bf091a48e67511e70769c07 now?