Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
68 stars 47 forks source link

[ja] Wrong character for negative number #50

Closed cmplstofB closed 5 years ago

cmplstofB commented 5 years ago

In Japanese, the character which means negative is “負 (U+8CA0),” not “负 (U+8D1F).” The wrong character is used at this data.

Would you please fix it?

numexpr_negative_ja

laszlonemeth commented 5 years ago

Fixed in the source tree:

https://github.com/Numbertext/libnumbertext/commit/9f5844545c994fcbc870463889844e3cb148a32d

Thanks for your report, László