Closed BarnabasSzabolcs closed 3 years ago
You cannot convert Chinese standard kanji.
I have found some info on how to fix this issue: https://stackoverflow.com/a/20843126/1031191
You may want to use Unihandecode that can handle Chinese. https://github.com/miurahr/unihandecode
Describe the bug First of all, thanks for having this project! Without Your work I could not do my project probably at all.
The issue: Some Japanese probably accidentally typed the same looking Chinese variant of kanji, or use simplified Chinese charcters mixed in, or some CJK unification conversion happened. The issue is: 見 and 見 are not the same in unicode. In the full list I've sent, some characters are clearly the simplified chinese versions of the kanji characters, however, these characters should be converted just the same I think.
Related issue (if exist)
To Reproduce Steps to reproduce the behavior: (example) I use the following code to convert Japanese text to romaji:
Expected behavior The characters converted to latin letters.
Environment (please complete the following information):
Test data(please attach in the report): A minimum test data to reproduce your problem.
Additional context Add any other context about the problem here.