encoding problems
I'm having troubling with outputing the correct charset for my webpage.
Even if I used
Code:<meta http-equiv="content-type" content="text/html; charset=utf-8" />
at the beginning of my HTML page, when I check the page properties, the encoding still shows as "ISO-8859-1". This messes up the chinese I was trying to put on the webpage.
Does anyone have any strategies on where should I start checking for problems?
Thanks very much!
___________________
I learn.
