Japanese Text Problem

b_savita

Member
I am facing problem for saving japanese text in package.
If I use Japanese text in Package( in functions or procedures) and then package is closed after successful compilation. After this if I cloase the package and reopen it then all japanese text is converted to "????" in function or procedure.

Can anybody has solution for this problem?
 
Note that there is a translated Japanese version of PL/SQL Developer 5.1 available
wink.gif
.

Anyway, if the database instance is created with the correct character set, and the NLS_LANG registry key contains the correct character set, then you can go to Tools > Preferences > Fonts to select the corresponding character set for the various fonts that PL/SQL Developer uses. Note that this must match the NLS_LANG setting, otherwise you can indeed get "????".

------------------
Marco Kalter
Allround Automations
 
I have done font setting thru tools->preferences menu. Still facing the error. How to do NLS_LANG setting? And where i will get translated version?
 
Back
Top