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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
