From: ExsonQu <hex...@gm...> - 2014-06-12 02:07:23
|
*Hi, Phil,* Thank you for your nice reply. I'll remove it later. Thank you for reviewing my revision. For multi-byte character set, the comma is not coded in '44' as ASCII, at least in Chinese characters set. So it'll not destroy the delimiter function of csv files. The actual one make the delimiter failed is the ASCII coded 44, unfortunately, mb_strpos() failed to to sort it out. The strpos() does. The solution at least work for Chinese characters. If any mistake, please correct me! Thanks and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/What-s-the-real-meaning-of-Ports-tp4657516p4657518.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |