Re: Unicode woes

2011-08-16 Thread Paul Dupuis
Err - my bad. Posted to the wrong list! Arrgh! On 8/16/2011 2:24 PM, stephen barncard wrote: Roadmaps shouldn't be discussed on the use-list... nda ... On 16 August 2011 11:06, Paul Dupuis wrote: On 8/15/2011 3:51 PM, Malte Brill wrote: I have taken these scripts from the unicode lib th

Re: Unicode woes

2011-08-16 Thread stephen barncard
Roadmaps shouldn't be discussed on the use-list... nda ... On 16 August 2011 11:06, Paul Dupuis wrote: > On 8/15/2011 3:51 PM, Malte Brill wrote: > >> I have taken these scripts from the unicode lib that I am still trying to >> set up. If there is any interested, I'll upload it to revOnline a

Re: Unicode woes

2011-08-16 Thread Paul Dupuis
On 8/15/2011 3:51 PM, Malte Brill wrote: I have taken these scripts from the unicode lib that I am still trying to set up. If there is any interested, I'll upload it to revOnline and announce it on the list. Cheers, Malte Malte, Thank you. I for one would love any Unicode library any one c

Re: Unicode woes

2011-08-16 Thread Richmond Mathewson
On 08/15/2011 10:51 PM, Malte Brill wrote: Hey Richmond, maybe these might come in handy: setprop cUTF8Text pUTF8String if word 1 of the name of the target<>"field" and word 1 of the name of the target<>"button" then if "dev" is in the environment then throw "cUTF8Te

Re: Unicode woes

2011-08-15 Thread Malte Brill
Hey Richmond, maybe these might come in handy: setprop cUTF8Text pUTF8String if word 1 of the name of the target<>"field" and word 1 of the name of the target<>"button" then if "dev" is in the environment then throw "cUTF8Text: Target is not a field or Button" en

Re: Unicode woes

2011-08-15 Thread Richmond Mathewson
On 08/13/2011 05:04 PM, Mark Schonewille wrote: Hi Richmond, It doesn't work because the first char actually gets the first byte and thus you only get the first half of the first character. This might work, depending on the textFont setting and maybe writing direction: on mouseUp set

Re: Unicode woes

2011-08-15 Thread Richmond Mathewson
On 08/13/2011 05:04 PM, Mark Schonewille wrote: Hi Richmond, It doesn't work because the first char actually gets the first byte and thus you only get the first half of the first character. This might work, depending on the textFont setting and maybe writing direction: on mouseUp set

Re: Unicode woes

2011-08-13 Thread Mark Schonewille
Hi Richmond, It doesn't work because the first char actually gets the first byte and thus you only get the first half of the first character. This might work, depending on the textFont setting and maybe writing direction: on mouseUp set the unicodetext of fld "xxx" to char 1 to 2 of th