tinyXML reads the value fine and I get access to the correct "string"
but then when I write the file to disk, I end up with something like :
<float_array id="myArray" count="3">-12.4069�0�12.4069�-9.92549�0�12.4069�</float_array>
I tried loading with different encodings but I always end up with this
results...
anyone can help ??
Thanks !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm reading an xml file that contains this kind of elements :
<float_array id="myArray" count="3">-12.2 1.3 5.6</float_array>
tinyXML reads the value fine and I get access to the correct "string"
but then when I write the file to disk, I end up with something like :
<float_array id="myArray" count="3">-12.4069�0�12.4069�-9.92549�0�12.4069�</float_array>
I tried loading with different encodings but I always end up with this
results...
anyone can help ??
Thanks !!
Could you show your code ? How do you create your file exactly ?