How do I show accented words on gui or label?

I’m Brazilian and i need to use some accented words on my game. But, whenever i put them, they don’t show, on the editor, and are replaced by “~”, on runtime. Does anyone knows if its possible to change that?

1 Like

try font’s properties “All Chars” or “Extra characters”

2 Likes

got it, thank you. But now I have another question.

Do you know how to make the script editor allow accentuation?

1 Like

What do you mean? It’s possible to enter accented characters in the script editor as well as in the editor input fields.

21

2 Likes

well, i’m trying here and it shows nothing. It’s been like that there has been sometime. Like, the “ç” works, but the “é”, the “á”, the “ã” and the others alike does not work… Actually, I can’t put accent symbols normally(typing twice), i have to hold the alternate graphics key to do that. Whenever i try to put those letters it just ignores and kind of consumes the input.

On the editor input field it works though.

Hmmm. What OS are you on?

@mats.gisselson may have an idea what the problem might be.

ubuntu 64-bit

This seems like a bug. I created a bug report for it here: https://github.com/defold/editor2-issues/issues/1879

4 Likes

You have to check ‘All Chars’ in the .font file

1 Like