Hi,

I don't know why but using charset=**** never worked for me.

Two things helped me though:

1) using the
Jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
by setting in in web.xml and moving to WEB_INF/classes of my webapp

and 2) making sure my driver was set properly

<!dbconnection
                name   =
"jdbc:mysql://localhost/test?useUnicode=true&amp;characterEncoding=Shift_JIS"

Obviously I am using a diff charset than you but....

There are otherways to set your drivers charset if this doesn't work for
your db :)

There are lots of people on this list using diff charsets so I think you
shouldn't have an unresolable problem. :)
> Hi,
> 
> I'm using DbForms in Latvia. And I have problem with Latvian language
> support in dbforms. Can anyone help with this problem???
> I use string <%@ page contentType="text/html; charset=windows-1257" %> in
> the beginning of jsp. This string should set encoding to Latvian. In the
> reality this string works only in cases when I don't use form elements,
> such as <db:textField>. But when I use <db:textField>, latvian symbols in
> this field are replaced with "?". Please, help me!
> 
> Thanx in advance,
> Ruben
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
> The most comprehensive and flexible code editor you can use.
> Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
> www.slickedit.com/sourceforge
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to