Subject | Re: [Firebird-Java] Re: Encoding JayBird on Linux |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-01-04T22:35:12Z |
> I changed the local to Swedish and the variables are changed but itStrange. Check the value of the file.encoding property, e.g. by:
> did not work.
System.out.println(System.getProperty("file.encoding"))
> I tried to connect with:Ups! It should be Cp1252, not WIN1252... Sorry...
> jdbc:firebirdsql:localhost/3050:/path/to/db.fdb?encoding=NONE&charSet=WIN1252
> but the connection was behaving strange and wont show table content.
Roman