Hello

I am going thru the source code of MySQL client.

I am not able to understand in general how MySQL is
handling unicode characters. All the function take
(char*) as arguments? 

Is it expecting all the data to be UTF8-encoded and
before executing the queries (i was looking into the
batch file processing) it is decoding it? I am not
sure about it...? Even the normal C API take char* for
all their functions.

Can somebody tell me how MySQL is handling multi-byte
character data?

Should I post the same in mysql-internals list?

Regards
Karam


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to