Alex, Betrand,

This is the same problem we're facing too. I not that familiar with Java, so could someone check the sources for this ?
It's appearantly not only the SQLTransformer, but also the ESQL generator.

Yves

On 31 Mar 2004, at 16:23, Patrick Schlaepfer wrote:

Made the observation that SQLTransformer, doesn't care
that much about character Encoding:

String retval = SQLTransformger.getStringValue(rs.getObject(i));
and then returns a new String((byte[]) object)

Would it make any sence to introduce there a
new String((byte[]) object, "CHARACTER_SET") which could be UTF8.

Just a suggestion, as I wrote a simple class testing the
connection to a MySQL 4.1.1 DB with UTF8 setting. And
there I used

byte[] col_1_b = rs.getBytes(1);
new String(col_1_b, "UTF8");

Any comments?
Thanks
Patrick



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Met vriendelijke groeten,
Bien � vous,
Kind regards,

Yves Vindevogel
Implements

Mail: [EMAIL PROTECTED] - Mobile: +32 (478) 80 82 91

Kempische Steenweg 206 - 3500 Hasselt - Tel-Fax: +32 (11) 43 55 76
Markt 18c - 9700 Oudenaarde - Tel: +32 (55) 30 55 76

Web: http://www.implements.be
<x-tad-smaller>
First they ignore you. Then they laugh at you. Then they fight you. Then you win.
Mahatma Ghandi.</x-tad-smaller>

Reply via email to