![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Using Special Chars (ä,ö,ü,é) within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; hi I use code like this Code: printTextScreen(125, 27,"Some Text" , red); and Code: sprintf(cfiller, "Counter: %i", count); printTextScreen(190, 90, ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
hi
I use code like this Code:
printTextScreen(125, 27,"Some Text" , red); Code:
sprintf(cfiller, "Counter: %i", count); printTextScreen(190, 90, cfiller, textColor); my problem is I can't use chars like ä, ö, ü, é etc. how is it possible to use them? Is it possible to use \t, \n etc. in the "printTextScreen" function? Greets |
|
|
|
|
|
|
#2 | |
![]() ![]() Developer
|
No and no.
__________________
![]() Check out my homebrew & C tutorials at http://insomniac.0x89.org/ Coder formerly known as Insomniac197 Quote:
|
|
|
|
|
|
|
#4 | |
![]() ![]() Developer
|
Yes, assuming you have code to load and render said font.
__________________
![]() Check out my homebrew & C tutorials at http://insomniac.0x89.org/ Coder formerly known as Insomniac197 Quote:
|
|
|
|
|
|
|
#5 |
|
http://forums.qj.net/f-psp-developme...n-c-47934.html
This will be usefull for me. ![]() Thanks for the help. |
|
|
|
|
![]() |
| Tags |
| chars , special |
| Thread Tools | |
|
|