Subject | Re: [Firebird-Java] Problems with searching on national characters |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-26T09:32:04Z |
> I have run into another probelm with searching on national characters.How is your table defined and how do you insert your data into the table?
> 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?
Roman