
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Why am I not seeing Japanese in my web page on my Android? [SOLVED]
- Date: Tue, 6 Sep 2011 14:37:46 +0900
- From: Martin G <ebisumartin@example.com>
- Subject: Re: [tlug] Why am I not seeing Japanese in my web page on my Android? [SOLVED]
Stuart, Edmund,
Thank you for replying.
I was sure that I had a meta tag set up with the correct character set
information. However, after reading your responses, I double checked,
and in the end, this seems to have made the difference:
I had:
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
I switched to:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
The only difference is some capitalization and an extra space.
Apparently that makes all the difference in the world.
Thank you for spurring me in the right direction!
--
Dave M G
Home |
Main Index |
Thread Index