Hi there, i need to load xml files from a lot of different sources where the
encoding varies from iso to utf 8 (not my data, so I cannot reformat the
files). To load and display the data correctly, the system.useCodepage must be
switched to true or false depending on the documents encoding as well as the
currently set encoding/codepage and then the document must be loaded
again..which is
a)not reccomended by adobe and
b)slow and hard to handle.
I look for reccomendations of all kinds for a fast and managable solution for
this.
Can I somehow detect (and even better change) the encoding of data
dynamically prior to loading it?
Thanks a lot for reading and replying...