Gábor Csikós
Gábor Csikós

Reputation: 2917

PL/SQL Developer doesn't show "ő" character

My problem is that my PL/SQL developer doesn't show "ő" characters. Instead it shoes "o".

First I thought that there is problem with the localization, but the system locale, and the location is good too(It is set to Hungary).

The Database supports ő characters my team mates can see the characters. I copied their configuration to my PL/SQL developer, still I can't see the "ő" character.

I checked at Tools->Preferences->Options that "Unicode enabled" is checked.

What can be the problem? I am still thinking that some setting is bad in windows.

Upvotes: 7

Views: 14897

Answers (2)

OraNob
OraNob

Reputation: 694

If you are using PLSQL Developer with instant client - you must set the NLS_LANG manually.

Upvotes: 3

Hamidreza
Hamidreza

Reputation: 3128

try to change your NLS_LANG in your regedit to HUNGARIAN_HUNGARY.EE8MSWIN1250 or somthing like that.

Upvotes: 5

Related Questions