Display Big5 encoding from dBase on the web
问题 I have a dBase III file, the Chinese words inside is encoded in Big5. With the help of PHP ODBC, I can retreieve/ insert record to/ from the dBase file. However, I couldn't diplay the chinese words (Big5) correctly. When I use mb_detect_encodingfunction to detect those chinese words, it appears as "UTF-8". I guess the odbc dump the data in the form of "UTF-8" instead of it's original encoding (ASCII/ Big5). I would like to ask, how can I display the words correctly? Thanks so much for your