-
Notifications
You must be signed in to change notification settings - Fork 81
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
**中国** Chinese didn't work as ecpected #14
Comments
@iwifigame thanks for reporting. Yes, bold and italic do not work for Chinese characters in editor and preview. Have no idea how to fix this. Maybe a JavaFX problem? Any ideas? |
I confirm it's a bug in MacOS, not in Windows 7. If I use Chinese input method to type some character, only the typed letters are showed in the editor, the Chinese char I inputed is NOT entered the editor and never showed. You could see the captured image as below. You could find that only the letter 'p' is showed, not the Chinese, |
As s quick fix, user could paste the Chinese to this editor from the system clipboard. 用户可以通过系统剪贴版将中粘贴进这个编辑器。 |
I believe it is the same bug as issue #22 . Please merge them. |
@vincent7f I fix this issue, you can load the code from: https://github.com/yuchuangu85/markdown-writer-fx |
@yuchuangu85 how did you fix it? |
@DevCharly I've been using the JDK 11 development environment, and I've been getting errors since I downloaded it, so I've changed the dependencies and the program is working fine. |
I added a Main. java class to run in JDK 11 |
@yuchuangu85 and using Java 11 (instead of 8) fixes #14 and #22? |
@DevCharly Yes, it' ok now. |
No description provided.
The text was updated successfully, but these errors were encountered: