Question
external files codepage
Hi, I'm now writting some as that will load information from
several files. However, I am not able to edit these files, and they
may be available with different codifications, like iso8559 or
Unicode. Is there a way to identify the way the text was saved to
load it correclty on flash? Currently I'm facing this exacta
problem: two file I'm loading come with different codifications. If
I set System.useCodePage to true, one of the is correctly read, but
the other, no. The same, when I keep it false...