"View HTML code as formated text", problem with non-Latin symbols #667
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#667
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got this message, full of Cyrillic characters:
After clicking "View HTML code as formated text" it became unreadable:
It looks to me like raw and formated views use different encodings to show the text.
+1
Sounds like a Qt bug or misconfiguration.
It looks like QtWebKit (or other Qt component - dunno) interprets text as encoded in ISO 8859-1, rather than UTF-8. Probably it's some default inside Qt that needs to be changed/configured - note the issue is not Russian specific. Most likely any text with non-latin characters will be interpreted in wrong way.
I created a pull request with the fix: #679