Code pages
I currently have an ACCESS database in US English/Windows English (CP1252) encoding. I have all the data in an array and i need to convert it to UTF-8 Unicode format, without destroying the ordering in the array. Any suggestions as to how this can be done?
