sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFXDialogLayout does not write "é,à" in the header or body #1109

Closed raoufOnGithub closed 4 years ago

raoufOnGithub commented 4 years ago

Im developping a javafx application in french, I created a JFXDialog everything is working fine except the text in the body that looks like this:

image

Any idea how can I solve it ? Besides creating my own node inside JFXDialog. Thank you!

raoufOnGithub commented 4 years ago

SOLUTION: Just use this link to write your special characters (i.e.: é -> \u00e9)