I have installed Oracle 9i database with UTF8 encoding scheme. There is a word which i have to save it in database.(The word i'm saving is Ïntêrnatïônàlîzâtion). If i save as Ïntêrnatïônàlîzâtion, it is saving some junk characters.
So i want a perl script that saves the word Ïntêrnatïônàlîzâtion as Internationalization in the database and when retreiving from database, i want it as Ïntêrnatïônàlîzâtion.
Cau you help me in writing a perl sciript that does this conversion..