"View HTML code as formated text", problem with non-Latin symbols #667

Closed
opened 2014-05-01 15:58:07 +02:00 by zavok · 4 comments
zavok commented 2014-05-01 15:58:07 +02:00 (Migrated from github.com)

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.

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.
iShift commented 2014-05-01 16:36:19 +02:00 (Migrated from github.com)

+1

+1
nimdahk commented 2014-05-01 23:32:50 +02:00 (Migrated from github.com)

Sounds like a Qt bug or misconfiguration.

Sounds like a Qt bug or misconfiguration.
lumag commented 2014-05-04 12:10:25 +02:00 (Migrated from github.com)

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.

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.
enikesha commented 2014-06-02 19:21:09 +02:00 (Migrated from github.com)

I created a pull request with the fix: #679

I created a pull request with the fix: #679
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#667
No description provided.