Hi,
I have a real annoying problem
I am calling a PHP page to upload image file using Ajax. According to the status of image uploading various message is being replied by that individual php file. a sample of a status is given below:
In the Ajax response the above message will appear. It was working fine till yesterday. But today when i added few more line the file somehow got corrupted. The message appear but broken
like this. Then for the test purpose I have removed all the Japanese character and replace with simple
But still having the same problem. Interesting is this is not a problem in Mozilla Firefox. but its acting wrong in IE. And I must have make it work in IE(user demand).
To built this page I have used Notepad++. Encoding technology is UTF-8(not UTF-8 without BOM).
->what is the difference between UTF-8 and UFT-8 Without BOM
-> which one is better
Please inform me :)
Best Regards,
Johny
I have a real annoying problem
I am calling a PHP page to upload image file using Ajax. According to the status of image uploading various message is being replied by that individual php file. a sample of a status is given below:
Code:
echo "<error_message>ファイルが大きすぎます。</error_message>";
Code:
ファイルが大きすぎます。</error_message>
Code:
echo "<error_message>error_1</error_message>";
To built this page I have used Notepad++. Encoding technology is UTF-8(not UTF-8 without BOM).
->what is the difference between UTF-8 and UFT-8 Without BOM
-> which one is better
Please inform me :)
Best Regards,
Johny
Comment