Subject | Problems with searching on national characters |
---|---|
Author | paxitdk |
Post date | 2005-09-26T09:15:42Z |
I have got a crosplatform application to work with national characters
thanks to your help Roman - Thank you.
I have run into another probelm with searching on national characters.
If I search the danish city "Næstved" as
select * from ADRESSES where CITY starting with 'Næs'
I get no rows back. If I search
select * from ADRESSES where CITY containing 'stved'
I get all rows from Næstved.
I use {encoding", "NONE"}, {"charSet", "ISO-8859-1"}
What is the problem?
Peder Skånning
PAX Informatik
thanks to your help Roman - Thank you.
I have run into another probelm with searching on national characters.
If I search the danish city "Næstved" as
select * from ADRESSES where CITY starting with 'Næs'
I get no rows back. If I search
select * from ADRESSES where CITY containing 'stved'
I get all rows from Næstved.
I use {encoding", "NONE"}, {"charSet", "ISO-8859-1"}
What is the problem?
Peder Skånning
PAX Informatik