[Libreoffice-bugs] [Bug 90791] Accounting format broken for Thai Baht (THB) [$฿-41E]

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 28 20:20:03 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=90791

Eike Rathke <erack at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |All
                 OS|Windows (All)               |All
                 CC|                            |erack at redhat.com

--- Comment #6 from Eike Rathke <erack at redhat.com> ---
That is because
฿ U+0E3F THAI CURRENCY SYMBOL BAHT
is in the Unicode block Thai and for this ambiguous script case triggers a
different layout which does not handle the number format fill character; I'm
not sure if it even could, maybe for this horizontal case it would be
non-easily possible. Could be interesting for some locales and might be a
challenging change.

[Implementation note: ScOutputData::DrawEditParam::readCellContent() and its
callers i.e. ScOutputData::DrawEditStandard(), vs ScDrawStringsVars::SetText()
called from ScOutputData::LayoutStrings()]

However, anyway, since 2016 as of Unicode 10.0 there is a proper character
₿ U+20BF BITCOIN SIGN
and using that just works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200828/4a4b5f9a/attachment.htm>


More information about the Libreoffice-bugs mailing list