I'm currently working on a game aimed at Portuguese speaking players (sorry, I don't know how to say that). The thing is, I don't know how to use accentuation and some kinds of special characters like "é" and "ç". How do I implement them? Is it just a matter of defining a new font or does it need a patch or something?
If you import a true type font, as long as the accented characters' ASCII codes are within 0-255, you can just type them in directly like how you do normally.