Problem with using Unicode

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Problem with using Unicode

Post by alex298 » Tue Feb 02, 2010 3:52 pm

Hello,

I have problem in using Unicode with RR.

I read some RR Unicode document, the following code will put the unicode text into field "display"
set the unicodetext of fld "display" to url ("binfile:myfile_chi.txt")
The following codes works the same:
put url ("binfile:myfile_chi.txt") into tData
set the unicodeText of field "display" to tData
However I actually wish to do some data manipulation before putting the unicode data into a field, For example:
put url ("binfile:myfile_chi.txt") into tData
// set the unicodeText of tData to true here...
// do some math calculation with tData...
// put the match result to field "display"
How can I do that?

Thanks and best regards

Alex
Alex
Nice to meet all of you.

Post Reply