Is it possible that while loading characters from .dbf
file with charset cp852
to
ArrayList<Map<String, Object>>();
and save that to xml file with encoding ISO 8859-2
can occur data loss?
In internet explorer and java collections all charset seems to be ok, but when I add data from xml to database I lose my letters like ą
, Ą
, ś
, Ś
yes, it is pretty much possible as displayed on this code (though it will be fine if you only want to export simple letter).
the result in my place will look like this
for further reference, you could check these two links
http://www.ascii-codes.com/cp852.html
http://www.calculla.com/en/iso8859_2_table?action=showAll