[ANN] IMETest program

Hi folks,

As part of the result of my Google Summer of Code project,
testime program is released to try out the new Unicode
text input capabilities in SDL 1.3. If you have an Intel
Mac running Mac OS X 10.5, you can download this program
from:

http://cloud.github.com/downloads/jjgod/SDL/IMETest.zip

the README.txt contained in this archive has detailed
instructions on how to use it. It is basically a small
sample program to demonstrate how text input in SDL
works. You can find the source code of this program here:

http://github.com/jjgod/SDL/blob/c833899e89be6a138cbbabb2c4f652d5cb64a7ac/SDL/test/testime.c

  • Jiang

To use a different font it should be --font, not -font.

I couldn’t find the Korean IME on my Mac. Is that a third party one, does
anyone know?

Great job Jiang! :)On Thu, Aug 6, 2009 at 2:14 AM, Jjgod Jiang wrote:

Hi folks,

As part of the result of my Google Summer of Code project,
testime program is released to try out the new Unicode
text input capabilities in SDL 1.3. If you have an Intel
Mac running Mac OS X 10.5, you can download this program
from:

http://cloud.github.com/downloads/jjgod/SDL/IMETest.zip

the README.txt contained in this archive has detailed
instructions on how to use it. It is basically a small
sample program to demonstrate how text input in SDL
works. You can find the source code of this program here:

http://github.com/jjgod/SDL/blob/c833899e89be6a138cbbabb2c4f652d5cb64a7ac/SDL/test/testime.c

  • Jiang

SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

Hi,On Fri, Aug 7, 2009 at 5:28 PM, Sam Lantinga wrote:

To use a different font it should be --font, not -font.

Sorry, that was a typo. I just re-uploaded one with corrected README.txt.

  • Jiang