tdf#161288 Traditional Chinese minus character is U+8CA0(負), not U+5069(偩)
Co-authored-by: Firefly <firefly@ossii.com.tw> Change-Id: I22fe8b31aa59d08f982d2b4586471f4cc13653b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168089 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
parent
fbe57382ee
commit
a3f537e13e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ const sal_Unicode MinusChar[] = {
|
|||
0xFF0D, // Full Width
|
||||
0xFF0D, // Chinese Lower
|
||||
0x8D1F, // S. Chinese Upper
|
||||
0x5069, // T. Chinese Upper
|
||||
0x8CA0, // T. Chinese Upper
|
||||
0x2212, // Japanese Modern
|
||||
0x2212, // Japanese Trad.
|
||||
0xFF0D, // Korean Lower
|
||||
|
|
Loading…
Reference in a new issue