Problem When I developed a PHP web application with multiple language support, I encountered a situation that PHP report “header is already sent”. That was caused by the Unicode Byte Of Mark (BOM) at the beginning of files in utf-8 encoding. Solution 1 In my article Solution for Cannot modify header information in PHP application, one [...]
When I developed a PHP web application with AJAX. I encountered a problem that JavaScript cannot process utf-8 character correctly. Whenever user enter a UTF-8 string, it was converted to ASCII in JavaScript and delivered to PHP script. The site is using UTF-8 characters and will be sure there are a lot of request using [...]
I encountered a strange problem when I developed a PHP website application. When I use english language file, saved in ASCII format. The web application runs smoothly with no problem. As soon as I change the language file to an Asian language, saved in UTF-8 format, a problem occurs. See the following for the detail [...]
The Problem Recently I solved a database migration problem: migrate MS Access database encoded in GB2312 to MySQL server encoded in UTF-8. I’d like to share what I did and hope it is useful to help you solve your problem. I had a lot of useful data in an MS Access database. They were collected [...]
Introduction EnCoding Converter 2.0 can convert text files from one encoding to another. It is very useful to webmasters or document managers at all levels. People living in eastern world use characters totally different from western alphabetic letters, such Chinese and Japanese. Moreover, same language has several encodings, such BIG5, GB2312 and UTF8 encodings for [...]
