Hi,
I need an urgent answer to the following question/problem:
1. I have a MS Excel (it's MS Office 2003) file with text strings in
German, French, Spanish, and English. The strings are translations for
a non-Unicode enable proprietary software. Therefore, I need to make
sure that they are not in UTF-8 or any other Unicode format, but are
encoded in ISO-8859.
2. My first problem is that I can't figure out even how to tell what
encoding the strings are in in this Excel spreadsheet. They all are
perfectly readable and correctly represented. But how do I know what
encoding they are in?
3. If I determine that, indeed, the strings are in, say, UTF-8
encoding, how can I convert them to ISO-8859 or ANSI? It is safe to
assume that all the strings fall in the Latin-A range, so, in
prinicple, "down-conversion" should not be a problem.
4. Even if I somehow convert the strings to ISO-8859, how can I insert
them back to an Excel spreadsheet without them being automatically
re-converted to Unicode?
5. The spreadsheet is quite large, with multiple worksheets, so ideally
I would like to find some tool that: (a) determines the encoding used
in the Excel file, and (b) converts the Excel file from Unicode to an
Excel file in
ISO-8859 (or multiple CSV files, one for each worksheet).
Any help or pointers would be GREATLY appreciated!
Thanks!