str(subject) may not be ascii #1191

Closed
sigoa wants to merge 1 commits from patch-1 into v0.6
sigoa commented 2018-03-26 21:38:13 +02:00 (Migrated from github.com)

eschew str(unicodeText) !

eschew **str(unicodeText)** !
PeterSurda (Migrated from github.com) requested changes 2018-03-28 08:31:20 +02:00
PeterSurda (Migrated from github.com) left a comment

It's a good attempt, unfortunately it doesn't work, the result is basically as if the decoding wasn't there at all.

Maybe you have to fix it in addMessageListItemInbox or in the MessageList_SubjectWidget constructor

It's a good attempt, unfortunately it doesn't work, the result is basically as if the decoding wasn't there at all. Maybe you have to fix it in addMessageListItemInbox or in the MessageList_SubjectWidget constructor
MahendraNG (Migrated from github.com) approved these changes 2018-03-28 15:16:31 +02:00
MahendraNG (Migrated from github.com) reviewed 2018-03-28 15:18:11 +02:00
MahendraNG (Migrated from github.com) left a comment

Yes, it doesn't work

Yes, it doesn't work
This repo is archived. You cannot comment on pull requests.
No description provided.