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

--- Comment #8 from Ming Hua <[email protected]> ---
Yes, [NatNum5] is handled by LibreOffice's own code, specifically at
core/i18npool/source/nativenumber/data/numberchar.h, line 137:

const sal_Unicode MinusChar[] = {
    0x002D, // Half Width (Ascii)
    0xFF0D, // Full Width
    0xFF0D, // Chinese Lower
    0x8D1F, // S. Chinese Upper
    0x5069, // T. Chinese Upper
    ...

Here 0x5069 is "偩", and should be changed to 0x8CA0 for "負".

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to