How to achieve Transliteral from Chinese to English in Oracle
513417Feb 26 2008 — edited Oct 12 2008Hi,
We have a MySQL database which is storing data in Chinese language.
We want to import this data in Oracle, but while doing this we want to transliterate data into English in Oracle.
Thats is it should convert each letter of every word from Chinese to English, so it is character based transliteration and not translation.
Any idea how I can achieve this?
Thanks in Advance!
Avinash.