Subject | Re: Strange character sets or.........u figure it out |
---|---|
Author | rrokytskyy |
Post date | 2002-06-27T11:06:15Z |
Hi,
charset you specified on connection. You have to specify the correct
charset in property lc_ctype.
For example, when you have database (or column) defined with
character set WIN1252, you have to set also the JDBC connection
property to
lc_ctype=WIN1252
otherwise you will get such exceptions.
Best regards,
Roman Rokytskyy
> "Presedintele LPF l-a indicat pe Dragos, fiul fostului presedinteIn the word "dreaptã" you have letter that does not belong to a
> dinamovist Vasile Ianul, drept martor la o discutie în care Cornel
> Dinu a recunoscut "mocirla" de la Piatra Neamt. Martorul este mîna
> dreaptã a lui Gigi Becali"
charset you specified on connection. You have to specify the correct
charset in property lc_ctype.
For example, when you have database (or column) defined with
character set WIN1252, you have to set also the JDBC connection
property to
lc_ctype=WIN1252
otherwise you will get such exceptions.
Best regards,
Roman Rokytskyy