Closed
Bug 1346657
Opened 9 years ago
Closed 3 months ago
UTF-8 character not displayed correctly in application selection dialog
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bigon, Unassigned)
References
Details
(Keywords: polish, Whiteboard: tpi:+)
Attachments
(1 file)
|
25.22 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170308012405
Steps to reproduce:
Download a file, firefox ask you if you want to save it or if you want to open it with an application.
Select "open" and open the dropdown menu to select the application to use.
Debian unstable - GTK3
Actual results:
As you can see in the screen-shot there is weird character in the sentence "Choix d'une application externe"
Expected results:
It should be a '
Component: Untriaged → Graphics: Text
OS: Unspecified → Linux
Product: Firefox → Core
Hardware: Unspecified → x86_64
Updated•9 years ago
|
Component: Graphics: Text → Internationalization
Comment 1•9 years ago
|
||
This looks like an encoding error at some level... the apostrophe should be U+2019, but has been truncated to 8 bits and then rendered as U+0019, which is a non-printing control character and gets rendered as a hexbox.
The character looks correct in [1], however. Offhand, I'm not sure where it's getting lost.
[1] https://hg.mozilla.org/l10n-central/fr/annotate/f88e2de0009c/toolkit/chrome/mozapps/downloads/unknownContentType.properties#l9
| Reporter | ||
Comment 2•9 years ago
|
||
Could it be possible it's related to the locale of the machine building firefox?
Updated•8 years ago
|
Component: Internationalization → Widget: Gtk
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Amending the subject, since this is happening in other locales (Italian).
Summary: Weird character in the application selection dialog in French → UTF-8 character not displayed correctly in application selection dialog
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•8 years ago
|
||
At the risk of asking a dumb question: are we sure that string comes from us? I've just tried Nightly in Simplified Chinese on Ubuntu, where I can reproduce the issue for both Italian and French, and it shows up in English, not as '选择助手应用程序'
https://hg.mozilla.org/l10n-central/zh-CN/file/default/toolkit/chrome/mozapps/downloads/unknownContentType.properties#l9
Updated•6 years ago
|
Version: 52 Branch → Trunk
Updated•3 years ago
|
Severity: normal → S3
Comment 9•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 4 duplicates.
:stransky, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(stransky)
Comment 10•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Flags: needinfo?(stransky)
Comment 11•3 months ago
|
||
Solved, tested in Firefox 146.0.1. This bug report can be closed.
Comment 12•3 months ago
|
||
Thanks!
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•