Converting from WE8ISO8859P15 to WE8ISO8859P1
547920Sep 26 2007 — edited Sep 26 2007Hi,
We have a database that was created with WE8ISO8859P15 instead of WE8ISO8859P1. The data (including charachters in WE8ISO8859P1 and not in WE8ISO8859P15 ) that is being loaded in the database is being loaded (via external tables) with the correct ascii code, for example the accent ´ is saved as 180, however becuase of the database characterset its is then displayed with the character mapped in WE8ISO8859P15 in this case Ž.
As far as I can tell from reading the docs, if I try to convert the Database back to WE8ISO8859P1 (which in itself may require oracle support) the unconvertable characters such as the above will be converted to the ¿ (ascii 191), I tried this via export import and that was certainly the case.
Is there a way I can convert the DB backto WE8ISO8859P1, convert anything... ie leaving the code points exactly as they are... this should provide me with the correct result.
Any suggestions would be appreciated
James