Subject: | parse_string |
system : solaris 9 (sparc)
perl : 5.8.0
Problem:
start : i have an xml file without special characters.
i parse the file into my program, i add a special character (ascii > 255) in CDATA and i save the data back into the file.
Parsing the same file again,i get
[error] :2: parser error : Input is not proper UTF-8, indicate encoding !
TNAAM lang_id="11" lang11="Produit" scroll="Y" type="text" itm="6"><![CDATA[d
in the CDATA there's only an é after the dddd and if i dump the file on screen there's only an encoded character on place of é.