Ticket #3844 (closed defect: duplicate)
Viewer displays invalid UTF-8 characters >127 <256 as corresponding Unicode codepoints
Reported by: | zaytsev | Owned by: | zaytsev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mcview | Version: | 4.8.19 |
Keywords: | Cc: | egmont | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
While looking into #3843, it seems that I have found another weird bug: invalid UTF-8 characters >127 <256 are displayed incorrectly as corresponding Unicode codepoint in viewer, but they are treated correctly in editor and in hex mode.
Attachments
Change History
comment:1 Changed 7 years ago by zaytsev
FYI, I'm observing this under UTF-8 locale. Egmont, you are the viewer guru, aren't you, maybe you might have an idea?
comment:2 Changed 7 years ago by egmont
Is this a dupe of #3783 or a different problem (i.e. does the fix to that one, or current git fix this one also)?
comment:3 Changed 7 years ago by zaytsev
- Status changed from new to accepted
- Owner set to zaytsev
- Milestone changed from Future Releases to 4.8.20
Oh, stupid me, trying on 4.8.19, instead of current git. Will check again and report back, thanks!
comment:4 Changed 7 years ago by zaytsev
- Status changed from accepted to closed
- Version changed from master to 4.8.19
- Resolution set to duplicate
- Milestone 4.8.20 deleted
Closed as duplicate of #3783.
Just checked with master this morning, and it was indeed fixed in the meantime! Maybe time to think about reviewing the cleanup branch and making another release soon no matter what. When one starts finding bugs fixed in master, it sounds like a hint... Thank you, Egmont!