Not visible and searchable Polish characters

186 views Asked by At

I have a question to you.

I have table where I'm saving names of groups and I can save name with polish characters but this saving like this:

id name
123 Zarny

When my name is Żarny. And when I do select something like this

SELECT * 
  FROM this_table 
 WHERE name = 'Zarny'

or

SELECT * 
  FROM this_table 
 WHERE name = 'Żarny'

it returns me totally nothing.

Do you have any idea what can I do?

1

There are 1 answers

0
Ashby On

I find the response for my question. I need to set in regedit polish language. In Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE Im set the POLISH_POLAND.EE8MSWIN1250.