-
Notifications
You must be signed in to change notification settings - Fork 17
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
Texts of notes display incorrectly. #179
Comments
Thanks for reporting this! Could you please share the enex file with which the problem reproduces and also specify which version of Quentier you are using - platform (Linux, Windows or Mac), where it was installed from etc. |
Can't provide enex file right now, but you can reproduce this bug if you create a note in evernote with russian text, then export it to enex file and open it in Quentier . Version of Quentier is 0.4.0 (Qt 5.10.1) |
Thanks for the info, will try to look into this. I guess it is somehow connected with UTF-16 being the default encoding on Windows. |
Thanks, will wait for answer. |
…rting and importing notes to/from enex
I haven't tried to reproduce this myself yet but I believe I see the reason of this issue from just looking through the code - it's a bug, I carelessly used platform-dependent string encoding instead of proper UTF-8 one. On Linux and Mac that encoding happens to actually be UTF-8 - the same encoding used by Evernote for ENEX files, so no issues should occur on those platforms. On Windows the default encoding is UTF-16, however, and thus any non-English text would be processed incorrectly when importing/exporting notes from/to ENEX. The experimental fix is ready but I need to test it before applying it to the stable branch, so stay tuned. |
Ok, got it. |
The build containing the fix is available now and can be downloaded from here. @forest71, if you wish, you can try this build and see if it fixes your issue. Unfortunately, the already imported notes would not be fixed but the newly imported ones should be displayed properly. I still haven't tested it myself yet. There are two downloads at the link:
|
It worked. Now all texts display correctly, thanks.
|
…encoding-when-importing-enex Issue #179: fix nondeterminate (platform-specific) encoding when expo…
Great, thanks for verifying! Merged the fix to master and development branches, updated downloads will appear on releases page shortly.
|
Understood, thanks. I found several files in account folder:
|
|
The information about the storage folder is actually explained in the beginning of this article about Quentier features. Given your question I conclude you haven't read it yet, so I encourage you to do so 😃 |
Thanks, will do. |
I imported enex file from evernote to quentier but all texts of imported notes looks like this: http://prntscr.com/k4fw49
I noticed it happens only with texts in russian language.
How to fix this problem?
The text was updated successfully, but these errors were encountered: