You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by usha dunna <ud...@hotmail.com> on 2003/10/16 19:47:28 UTC

Internationalization support in Toque

Does Torque support unicode strings?

_________________________________________________________________
Contact brides & grooms FREE! http://www.shaadi.com/ptnr.php?ptnr=hmltag 
Only on www.shaadi.com. Register now!


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Internationalization support in Toque

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
usha dunna wrote:
> Does Torque support unicode strings?

Sure.  The real question is, does your JDBC driver, and corresponding RDBMS? 
For instance, MySQL's Connector/J supports a "useUnicode=true" argument in its 
JDBC connection string, but MySQL itself doesn't support Unicode until version 
4.1 (which is still beta quality).  Previous to 4.1, you can store the data as 
raw bytes, but it is not necessarilly usable as character data.

- Dan


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org