On Wed, Feb 20, 2008 at 9:08 PM, Mayras <[EMAIL PROTECTED]> wrote: > > I'm using Geronimo Server v.2.0.2. > My application consist of Struts module, OpenEJB module and MySQL Server. > When I save my datafield in DB using russian language, I have the problem - > my field is "?????1". > I set charset "UTF-8" in DB for this field, I checked UTF-8 encoding of this > field in Struts module - all correct. What happened? Perhabs, has OpenEJB > default encoding? How am I set this encoding?
Hi, Could you reproduce it with a small example you could share? How do you connect to your DB? Is it JPA or a datasource and JDBC? How do you verify what encoding the data is saved with? More questions than answers, huh? ;-) Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
