Subject | Re: Encoding JayBird on Linux |
---|---|
Author | hugo.larson |
Post date | 2009-01-04T23:54:10Z |
--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <roman@...> wrote:
Hugo
>jdbc:firebirdsql:localhost/3050:/path/to/db.fdb?encoding=NONE&charSet=WIN1252
> > I changed the local to Swedish and the variables are changed but it
> > did not work.
>
> Strange. Check the value of the file.encoding property, e.g. by:
>
> System.out.println(System.getProperty("file.encoding"))
>
> > I tried to connect with:
> >
> > but the connection was behaving strange and wont show table content.It worked! Thanks Roman!
>
> Ups! It should be Cp1252, not WIN1252... Sorry...
>
> Roman
>
Hugo