Reading Dos text (Cp850, Cp437, Cp1252)

Malte Brill revolution at derbrill.de
Mon Aug 6 11:01:56 EDT 2007


Thanks Mark (and sorry for the late reply),

that´s what I was afraid of. *sigh*

All the best,

Malte
>
> 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



More information about the use-livecode mailing list