Subject Re: [Firebird-Java] Charactet Set problems, help?
Author Roman Rokytskyy
Hi,

> So I'm using WIN1251 character set in my database and characters in
> Cyrilic are shown like "????" (question marks) in the browser. The
> FAQ says that I must put a parameter to JVM. So I start "Monitor
> Tomcat" and in Java tab I add "-Dfile.encoding=Cp1251". Restart the
> server... Nothing happens... Againg these question marks...

Did you specify the lc_ctype connection parameter? Is it equal to WIN1251?

Roman