Dar,
Since I am delimiting both by line and item (:) I don't know if I need regular chars for the search/filtering that I am doing or if they need to be unicode. I get from what you are saying that if they were unicode then they won't work with line, item, word.
It sometimes works though. right now I am getting chinese words from a mixed english/chinese field by filtering by line and then put item x into field y. And they are the right characters.
I am still holding out a little help.
THanks
Tom On May 10, 2005, at 12:54 PM, Dar Scott wrote:
On May 10, 2005, at 10:48 AM, Dar Scott wrote:
constant unicodeLF = 0x000A set the useUnicode to true put numToChar(10) after myUnicodeString
Now that is embarrassing. The last line will work, but this might be more clear:
put numToChar(unicodeLF) into charUncodeLF put charUnicodeLF after myUnicodeString
-- ********************************************** DSC (Dar Scott Consulting & Dar's Lab) http://www.swcp.com/dsc/ A Sponsor of RevCon West **********************************************
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
