Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Thumb_Sucker on Tue 14/08/2012 19:53:09

Title: How to use special characters
Post by: Thumb_Sucker on Tue 14/08/2012 19:53:09
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?
Title: Re: How to use special characters
Post by: Gilbert on Wed 15/08/2012 02:41:32
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.