-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not work in Windows #4
Comments
Maybe I am meeting the same issue. It works perfectly in IDEA, but fails to work once I pack my application as a jar. |
May i ask if this issue is going to be fixed? @andree-surya I would be happy to work on a fix and open a PR if the fix is relatively simple to fix. |
Hello @barry-evans-paidy , thank for bumping-up this issue. Unfortunately, I don't have direct access to Windows machine where I can reproduce the issue, but I would be happy to receive a PR from you. Please do let me know should you need help. |
Thanks @andree-surya, I will fork your repo and open a PR. I should be able to reproduce the problem on my local Windows machine. It is a simple enough fix, which others seem to have implemented in a branch in their own forks of this repo:
I will be in touch soon. |
It works fine on Mac.
MojiConverter converter = new MojiConverter();
String name = converter.convertKanaToRomaji("アキラ");
It returns アキラ but not akira in romaji
The text was updated successfully, but these errors were encountered: