1
Developers / Re: Translations
« on: June 04, 2008, 03:36:16 pm »
Thnx guys for the reply...
I don't have access to my MCE machine this week, I will try the method Zaerc talked about.
to danielk,
Chinese IS Left-to-right-able language.
my latest finding was the following:
I discover that the orbiter items are generated by the SDL lib.
It uses the SDL_ttf.h lib.
I did a grep and discover that the orbiter gen used "ttf_RenderText_xxxxx" while there is a "ttf_RenderUTF8_xxxxx" function available.
I was going to replace all the RenderText functions with the RenderUTF8 function, but I will try Zaerc's method first.
Once again, thanks for the quick reply!!!! really appriciated!
I don't have access to my MCE machine this week, I will try the method Zaerc talked about.
to danielk,
Chinese IS Left-to-right-able language.
my latest finding was the following:
I discover that the orbiter items are generated by the SDL lib.
It uses the SDL_ttf.h lib.
I did a grep and discover that the orbiter gen used "ttf_RenderText_xxxxx" while there is a "ttf_RenderUTF8_xxxxx" function available.
I was going to replace all the RenderText functions with the RenderUTF8 function, but I will try Zaerc's method first.
Once again, thanks for the quick reply!!!! really appriciated!