-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly handling file Encoding #49
Comments
When will this function be available? |
The short answer is: I don't know. There are several unknown pieces involving the uchardet library, Qt's text conversion, Scintilla, code pages, etc. So it is definitely no small task and will take some time for me to get the desire to start digging into it. |
Regardless of the encoding of the file, it will always be saved in utf-8, because the content is converted to utf-8 when it is imported into the editor. If there are not too many encodings to deal with, you can use this method for emergency. A demo with Simplified Chinese encoding |
There is no file encoding support currently.
I don't understand file encodings enough to know I'm doing it correctly. The uchardet library is linked in which can detect file encodings.
CC: @hongnod
The text was updated successfully, but these errors were encountered: