On 20/02/07, Peter Lauri <lists@xxxxxxxxxxx> wrote:
How are you setting the charset of the web page? Are you using header() or using html head section to set it?
First, the header() function. Then again in the <html> tag, and a final time in the meta tag. This way cached pages and pages stored on disk will display properly as well. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//HE" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="rtl" xmlns="http://www.w3.org/1999/xhtml" xml:lang="he" lang="he"> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> Dotan Cohen http://lyricslist.com/lyrics/artist_albums/5/112.html http://what-is-what.com/what_is/website.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php