|
From: Dmitry Y. <fir...@ya...> - 2009-08-27 08:56:49
|
Adriano dos Santos Fernandes wrote: > What do you think of replacing mon$sql_text non-ascii chars done with > NONE charset by question mark? Nice idea :-) But I'm afraid this won't work for UTF8 strings passed as NONE. A dumb byte-by-byte substitution may result in a malformed string. Dmitry |