On a little more reading, it looks like it would be necessary to
translate the various code pages to unicode points if it's wanted to
fully support all the different pages. The box drawing chars
translate to the unicode araea starting at 0x2500....
Best,
Mark
On 3 Aug 2007, at 08:51, Mark Smith wrote:
One way would be to simply (and rather painstakingly!) build arrays
(storable as customPropertySets) as look-ups for each code page,
such that you could then do:
repeat for each char c in someText
put codePage850[charToNum(c)] after someTranslatedText
end repeat
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution