-
Notifications
You must be signed in to change notification settings - Fork 35
Fix problem in Save Snippet Information dialogue box plain text preview #164
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
Comments
⚠ If this issue is resolved before the next release, the DO NOT add this issue to the change log. |
Same problem with Markdown preview (added to |
Fixed at commit 6e8e0f7 - do not include in change log. |
Fixed at commit 4b77024 - do not include in change log. |
This issue did occur in v4.25.0 of the Save Unit and Save Annotated Source dialogue box, so this fix MUST be included in the the change log. |
Plain text is always previewed in Unicode. This works fine for the Unicode LE & BE encodings and UTF-8. But this doesn't work properly if the user selected ANSI text. For example if a snippet with a character that is not supported in the default ANSI code page, the ANSI rendering could be different to the Unicode encodings, but the preview will be correct.
For example, the following output, rendered in Unicode, is:
But when ANSI is selected (in the UK), the preview is as above, but the actual file content is:
The text was updated successfully, but these errors were encountered: