https://bugs.documentfoundation.org/show_bug.cgi?id=161288
--- Comment #9 from Laurent Balland <[email protected]> --- (In reply to Ming Hua from comment #8) > 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 "負". Link: https://opengrok.libreoffice.org/xref/core/i18npool/source/nativenumber/data/numberchar.h#132 -- You are receiving this mail because: You are the assignee for the bug.
