| View previous topic :: View next topic |
| Author |
Message |
ADePSP
Joined: 13 Jul 2006 Posts: 58
|
Posted: Tue Sep 05, 2006 6:12 am Post subject: Using Different Languages |
|
|
I hope this question has a simple answer...
Someone on another forum (a French user) has been trying to adapt the source I released for my Deal or No Deal homebrew game for a French audience but he is having problems displaying French characters such as €.
€ is abviously not an ASCII character so what would need to be done to display it...? I was thinking something to do with the setlocal function but have never messed about with this...
If anyone knows I'm sure this guy would appretiate it...
In the spirit of international relations and all it would be good to see my verson of the game enjoyed in another language...
ADe |
|
| Back to top |
|
 |
pipspsp
Joined: 13 May 2006 Posts: 4
|
Posted: Tue Sep 05, 2006 9:30 am Post subject: |
|
|
add a font lib
then change the default font to a french one.
I don't remember your game. A link would be nice;P
did youuse the printf() or were you blitting stuff? |
|
| Back to top |
|
 |
ADePSP
Joined: 13 Jul 2006 Posts: 58
|
Posted: Thu Sep 07, 2006 4:08 am Post subject: |
|
|
| pipspsp wrote: | add a font lib
then change the default font to a french one.
I don't remember your game. A link would be nice;P
did youuse the printf() or were you blitting stuff? |
I used freetype so maybe I could replace with a french font but i'm not sure if true type fonts come in different languages... Sounds like a good possible idea...
PSPUpdates reviewed my version of this gameshow here,
http://pspupdates.qj.net/index.php?pg=49&aid=63015 |
|
| Back to top |
|
 |
mbf
Joined: 18 Aug 2006 Posts: 55
|
|
| Back to top |
|
 |
|