I don't think it's tcl at this point. I can see that aolserver/tcl can bring 
in the unicode characters and return them to the client 'as is'.

And you can see what encoding system tcl is using via this command as well:

[encoding system]

which shows that tcl is using UTF-8, which is what is desired.

As well, I have another stack that has the same architecture, with the 
exception of the db/driver:

aolserver 4.51/tcl 8.5/mysql/nsmsql 

and that works right out of the box. I can pass in any unicode characters 
(e.g. Braille, Farsi, Gaelic, etc.) and everything works. The strings are 
put in mysql and pulled out perfectly.

In the oracle case, it's simple to see that it's not the db: with sqlplus, I 
can insert/select into/from oracle and everything looks fine.

So, it seems like all that is left is the oracle driver.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to