Re: Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread BNig
gt; --snip-- > > This one's been fixed for the next release, so you won't need the > handler pretty soon. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > -- View t

Re: Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread J. Landman Gay
On 11/26/10 6:18 PM, BNig wrote: Dear List, those of you that live in 'high ASCII' countries with languages that use accented characters and umlauts and develop for iOS will notice that entering an accented character in a field and then a 'low ASCII" character the text will turn to chinese char

Re: Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread Harald Müller
nto the script editor. >>> >>> The above script gives you the text you expect. It is the usual Mac text >>> as >>> far as the hight ASCII values are concerned. >>> >>> You have to put it into a on rawKeyUp handler since it do

Re: Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread BNig
into a on rawKeyUp handler since it does not work in >> on >> keyUp handler because for reasons unknown to me an accented character on >> the >> iOS does not trigger the keyUp message, only the rawKeyUp message. Took >> me a >> whi

Re: Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread Harald Müller
#x27;hight ASCII' language people. (Unless you > want to brush up your chinese) :) > > regards > > Bernd > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Livecode-mobile-accented-chars-and-umlauts-on-iPhone-tp3061105p3061105.html

Livecode mobile: accented chars and umlauts on iPhone

2010-11-26 Thread BNig
:) regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Livecode-mobile-accented-chars-and-umlauts-on-iPhone-tp3061105p3061105.html Sent from the Revolution - User mailing list archive at Nabble.com. __