View Single Post
Old November 27th, 2006, 10:49 AM   #1 (permalink)
CheDo
Junior Member
Verified Customer
 
Join Date: Nov 2006
Posts: 14
Correct encoding in showframe.php

I've added a line after "authenticate();" in showframe.php to fix the problem with AJAX and encoding, as I am using windows-1251:

header ("Content-Type: text/html; charset=windows-1251");

This way the problem with cyrillic and photopost/ajax has been resolved.

Maybe it will be very nice if the header encoding in showframe.php is changed by the maintainers in the next releases. So that I may not need to modify the script again. 10x
CheDo is offline   Reply With Quote