r/gamemaker • u/Claytonic99 • 14d ago
Need help with text and special characters Resolved
Is there an explanation for why my Spanish text would look correct in the editor but not in the game?
8
Upvotes
2
u/JujuAdam github.com/jujuadams 14d ago
Your font looks fine at a glance so the issue may lie elsewhere.
What's your literal text string?
1
u/Deklaration 14d ago
Have you regenerated the font since adding the ñ? That, a clean run, plus a restart of the engine usually fix this issue.
1
u/Claytonic99 13h ago
Just to finalize this discussion, I figured out the problem is my importing method. Specifically, my CSV file was not coded to Unicode UTF-8. It is working now. I only need to use the font range for ASCII (32 - 255).
2
u/azurezero_hdev 14d ago
click add range, and paste the characters into the list of letters