Closed felixbrabant closed 8 years ago
ñ doesn't appear either.
The post content needs to be utf-8 encoded similar to this:
htmlentities($_POST['text1'], ENT_QUOTES, "UTF-8");
I have the same issue as I'm trying to write in Portuguese. Can anyone make this fix?
I took a quick look at the code and this seems to be the solution as suggested by @mlapaglia https://github.com/brunoamaral/CAH-Generator/commit/e9f766a456827d4024c066ead266256e244418fd
It needs to be tested. If someone could give me feedback on whether this works I would appreciate it :)
Should hopefully be fixed in master, and on the live site.
It's working correctly! Thanks!
Accents (such as é è à ù - we use them a lot in french) are not displaying on the generated cards.