Incorrect display of some national characters

Kusio

Member
Hello
I use Windows 10 and I set my NSL parameters i system variable on this same value like muy database is, but I have a problem with national charactets. Details on screens. I this example it should be "wskaźnik" and "Miejscowość". It is weirdt because "ć" is OK, but "ś", "ź" and others not.
http://imgur.com/HP3qMUUhttp://imgur.com/faVv0Oa
 
As a test, can you set NLS_LANG to POLISH_POLAND.EE8MSWIN1250? You can do this on the PL/SQL Developer command line:

plslqdev.exe NLS_LANG=POLISH_POLAND.EE8MSWIN1250

Let me know how this affects the issue.
 
Sorry for late respond. I was waiting for some notification by email, but I don't get anyting.

I was unable to run this command (I get "2" on output when I run it from command window), so I change system variables. Data from my examples looks correct. Can You tell me how You figure it out? I am also wonder if I will do some data insert to databse there will be everything OK?
 
Hi, Kusio,

Marco meant the command line, not the command window. That means adding the NLS_LANG parameter to PLSD call in your Windows shortcut.

 
So You talk about run Windows commnad line and run from this place PL/SQL Developer using command: "plslqdev.exe NLS_LANG=POLISH_POLAND.EE8MSWIN1250"?

I think that changing system variable is easier to do and for now works fine :). Thank for help. You can close this topic.
 
Back
Top