Dear developers: I am experiencing a problem with my hack, it's supposed to replace a default character to another character (whether it is a non-roman or roman character). I have been able to replace it to another roman character, but I have not been able to replace Palm default character to non-roman character. I was wondering if downloading the right font database will solve my problem? If yes, could you please tell me where to download the database for non-roman font database?
a snippet of my code: event->data.keyDown.chr = 0x3060; /* when character is 'a' for example change it to Jap character */ When I run this, it shows nothing when i press letter 'a'. Please do let me know if you have any solution as I will be using this program for my linguistics survey. Thank's a lot. Best regards, Victor __________________________________________________ Do You Yahoo!? Play now and stand a chance to win cash prizes! http://yahoo.com.sg/millionaire -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
