The original code like this:
if ( charSet == "utf8" ) { // not "utf-8"
out = rowData.readMultiByte(colLengths[colIndex],
"utf-8");
}
else {
out = rowData.readUTFBytes(colLengths[colIndex]); //
this
instruction execute always
}but the same result --> ???????? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-MySQL-Connector-tp12744p12762.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
