Created attachment 113229 [details] wrong appearance of percentages in german language Affecting LO > 4.2.x operating system: Ubuntu 14.04 64 bit Menu Options --> LibreOffice --> View In german appears a rectangle between the number and the percent sign. See attachement 'LO_language_bug_german.png' In english it's alright. See attachment 'LO_no_language_bug_english.png'
Created attachment 113230 [details] right appearance of percentages in english language
Created attachment 113231 [details] screenshot with master sources updated yesterday percentages are ok on the screenshot but all texts don't appear completely. OpenGl parts are in English.
(In reply to Julien Nabet from comment #2) > percentages are ok on the screenshot but all texts don't appear completely. > OpenGl parts are in English. OpenGl just existing in LO > 4.3. Problem with percentages existing in LO 4.3.5.2 (installed by ppa.launchpad.net/libreoffice/libreoffice-4-3/ubuntu trusty main) and 4.4.0.3 (installed by ppa.launchpad.net/libreoffice/libreoffice-4-4/ubuntu trusty main)
(In reply to Julien Nabet from comment #2) > percentages are ok on the screenshot... No, there does seem to be an issue with insertion of a nonprinting character (or space) between the number and percent sign in dropdowns for non en-US formatting. It shows as a blank in Steffen's, but not in Julien's screen shots. It is not present in en-US builds. > ... but all texts don't appear completely. Bug 87876 is causing an issue with the dialog. > OpenGl parts are in English. That is probably an i18n/l10n translation omission.
(In reply to V Stuart Foote from comment #4) Not dropdowns, they are SpinButtons in the .UI s/dropdowns/GtkSpinButtons/ =-ref-= http://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/optviewpage.ui
Caolan/Chris: one for you?
That's a "NARROW NO-BREAK SPACE" 0x202F. So presumably your font doesn't have that glyph, and either glyph substitution isn't working or there is no font anywhere on your system which has that glyph. So, what's the output of: gsettings get org.gnome.desktop.interface font-name and fc-list
Created attachment 113261 [details] fc-list ubuntu 14.04 64bit
> So, what's the output of: > gsettings get org.gnome.desktop.interface font-name 'Ubuntu 11' > and > fc-list see attachement 'fc-list ubuntu 14.04 64bit'
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f76ecc3e9ce51b35fc18db55b808270079a3652b Resolves: tdf#89231 if no font has 0x202F fallback to a normal space It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ade3f2e4a1a22b5ab412c220db223c996473d7ef&h=libreoffice-5-0 Resolves: tdf#89231 if no font has 0x202F fallback to a normal space It will be available in 5.0.0.0.beta2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6feb828757477669325ebd8bc4491b7e4d1283dc&h=libreoffice-4-4 Resolves: tdf#89231 if no font has 0x202F fallback to a normal space It will be available in 4.4.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Khaled Hosny committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8e43f5d3222ca320e28026bfef4b6096376446c1 Move fix for tdf#89231 to a better place It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Luboš Luňák committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5788c3e0a56be9e74900fa64d3e17341b6553c6b remove remnants of hack for tdf#89231 It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.