I'm planning on using Torque on a web application with Japanese as a requirement as well.
I have made a test application and got it to insert/select using torque. I was able to get inserting to work easily but I ran into a small issue with selecting. The answer lies in the JDBC driver. torque.database.[DB Name].url = jdbc:mysql://localhost:3306/mocha?useUnicode=true&characterEncoding=EUC_ JP This is of course if you are using Japanese EUC encoding. I hope this helps. nobu > -----Original Message----- > From: Somik Raha [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 2:57 PM > To: Turbine Torque Users List > Subject: Torque, Japanese, MySQL > > Hi, > Has anyone tried storing Japanese strings in MySQL with Torque ? I > seem to be facing some encoding issues, and am unable to query columns > with Japanese data in it. > I'd appreciate any tips. > Regards, > Somik -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
