[Bug 160986] Use CLDR number formatting pattern 'standard-percentage' in the UI, e.g. show 'X %' instead of 'X%' depending on locale
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu May 9 07:50:29 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=160986
--- Comment #3 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
SvxZoomStatusBarControl::ImplUpdateItemText() calls unicode::formatPercent()
which starts with the comment
//Format a number as a percentage according to the rules of the given
//language, e.g. 100 -> "100%" for en-US vs "100 %" for de-DE
Now I wonder why ICU defines no space between number and unit while the usual
English typography does according
https://en.wikipedia.org/wiki/Space_(punctuation)#Unit_symbols_and_numbers.
Eike, what's your take?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list