I try to display Spanish words like “mamá” but i get weird symbols… any idea… [import]uid: 138440 topic_id: 33874 reply_id: 333874[/import]
Hi,
Lua does not support UTF8 (special characters). so what you have to do is:
Write what you need in a txt doc and then import this information or letter into some variable. You can hold special character in a variable without any problems.
hope that makes it clear. [import]uid: 27699 topic_id: 33874 reply_id: 134674[/import]
The font matters too. Not all fonts support all the special characters.
[import]uid: 199310 topic_id: 33874 reply_id: 134698[/import]
Thanks it works and also some fonts accept it… thanks for the help [import]uid: 138440 topic_id: 33874 reply_id: 134891[/import]
Hi,
Lua does not support UTF8 (special characters). so what you have to do is:
Write what you need in a txt doc and then import this information or letter into some variable. You can hold special character in a variable without any problems.
hope that makes it clear. [import]uid: 27699 topic_id: 33874 reply_id: 134674[/import]
The font matters too. Not all fonts support all the special characters.
[import]uid: 199310 topic_id: 33874 reply_id: 134698[/import]
Thanks it works and also some fonts accept it… thanks for the help [import]uid: 138440 topic_id: 33874 reply_id: 134891[/import]