No UTF-16 Support?

mistwang

LiteSpeed Staff
#2
I don't know it really is a problem of the web server or not. The page has been successsfully delivered as I can view the page source.

I am not an expert on HTML encodings, I wonder if you change the meta tag in page header from

Code:
	<meta http-equiv="Content-Type" content="UTF-16" />
to
Code:
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-16" />
will help or not.
 

mistwang

LiteSpeed Staff
#3
If I change the encoding from UTF16 to UTF8, then I can view the page properly. I guess then page content is not really in UTF16 encoding.
 

xing

LiteSpeed Staff
#4
Within IE6, the result is garbled but source looks good which points to at least the content was delivered as intended.

With Mozilla 1.5, both output and source display mode is grabled. When you Switch to UTF-8 in display, the page displays fine.

Another question perhaps is wether perhaps the system font used to display the page is UTF-16 capable.

Just some observations.
 
Top