> How are you doing your queries? I'm sure we could find a better way. ESQL
> has in built support for alternate encodings in the database, for example
> (or at least it should, assuming I wrote that part already...).
I have a DBI wrapper which proxies most requests to DBI, but sometimes
does some additional tasks... I kind of need these, so while I'm no ESQL
expert, that probably won't flow too well... probably.
I suppose I could
- force the queries to return UTF-8 by converting them dynamically, or
- force the inputs to the database to UTF-8 when users submit them.
And if I can just forget about the EUC-JP bit, everything is peachy. Ah
well, I guess I understand how you guys feel. This problem sucks :)
--d
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]