Re: double byte chars

2011-06-22 Thread Bernard Devlin
I know this is a late reply (I just happen to be digging into unicode myself at the moment). Did you try lock screen and unlock screen, bracketing the slow screen interactive code? Bernard On Mon, Jun 13, 2011 at 5:59 PM, Lars Brehmer larsbreh...@mac.com wrote: So out of curiousity, how can

re: double byte chars

2011-06-13 Thread Lars Brehmer
Thanks to all who replied. I finally got it right using UTF8. Just one more question about this - does Rev unicode support not handle case sensitivity? Or is there something I need to do? My scripts won't match a word if it is capitalized, but my no- unicode apps of course do. It's not a huge

RE: double byte chars

2011-06-13 Thread Slava Paperno
To: use-livecode@lists.runrev.com Subject: re: double byte chars Thanks to all who replied. I finally got it right using UTF8. Just one more question about this - does Rev unicode support not handle case sensitivity? Or is there something I need to do? My scripts won't match a word

double byte chars?

2011-06-11 Thread Lars Brehmer
and squares. You can clearly spot the matches. Next in the message box: --char 1 to 4 -- double byte chars-- put char 1 to 4 in fld t1 into aText put char 1 to 4 in word 2 in fld t2 into bText put char 1 to 4 in word 1 in fld t3 into cText put aText cr bText cr cText This should be 3

Re: double byte chars?

2011-06-11 Thread Richmond Mathewson
byte chars-- put char 1 to 4 in fld t1 into aText put char 1 to 4 in word 2 in fld t2 into bText put char 1 to 4 in word 1 in fld t3 into cText put aText cr bText cr cText This should be 3 identical lines, right? But no. Line 2 is missing the final char. 7(square)(square) 7(square) 7(square

RE: double byte chars?

2011-06-11 Thread Slava Paperno
- boun...@lists.runrev.com] On Behalf Of Richmond Mathewson Sent: Saturday, June 11, 2011 2:24 PM To: How to use LiveCode Subject: Re: double byte chars? On 06/11/2011 09:14 PM, Lars Brehmer wrote: My project has Russian text fields (Arial,Russian). With one exception, everything works fine

Re: double byte chars?

2011-06-11 Thread Pierre Sahores
: --char 1 to 4 -- double byte chars-- put char 1 to 4 in fld t1 into aText put char 1 to 4 in word 2 in fld t2 into bText put char 1 to 4 in word 1 in fld t3 into cText put aText cr bText cr cText This should be 3 identical lines, right? But no. Line 2 is missing the final char. 7