Thread: Ajax Chat
View Single Post
  #6  
Old 17th October 2008, 06:48
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
Quote:
Originally Posted by shyden View Post
Nope not working for me either... one of the code snippets has none-unviersal encoding (this is more likely the problem for most people) my dreamweaver picked up on it


change
Code:
header("Content-Type: text/html; charset=Windows-1251");
to
Code:
header("Content-Type: text/html; charset=utf-8");
universal encoding resolved :) .. or use whatever charset suits you best
Reply With Quote
The Following User Says Thank You to djlee For This Useful Post:
THORNORDLAND (15th March 2010)