If I understand correctly the documentation for xerces-c 1.0.0.d01 for win32 systems, it is stated that there is not built-in parsing for ISO-8859-1 caracters; infact i get errors if I try to parse with a DOMParser these characters; however in the FAQ you state that in the binary drop there is a /bin/icu/data containing the necessary.cnv files; however I can not find such a directory, neither the .cnv files, neither dhe icu.dll library.
Where can I find these files? how do I install them? once installed, is it necessary to recompile or modify my existing programs?