Help - Search - Members - Calendar
Full Version: Does Zymic Support International Languages (unicode)?
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Kapil Ranade
Hello All,

I am new to Zymic. Posting this question as I did not get answer after searching in forum. If there is any such post please gimme the link.

I have created a simple site:

http://simplepages.uuuq.com/

The website is in Marathi Language. (Using software which has transliteration capabilities that support unicode fonts).

But I can only see junk characters in browser.

What shall I do?

Please help...
Ed
You need to inform the browser that the document is encoded in UTF8, you can either do this through a HTML meta tag:

CODE
<meta http-equiv="content-type" content="text-html; charset=utf-8">


Or usually a better alternative is to send it as a raw header:

CODE
<?php
header("Content-Type: text/html; charset=utf-8");
?>
Kapil Ranade
QUOTE(Bread @ Jan 20 2009, 05:26 PM) *
You need to inform the browser that the document is encoded in UTF8, you can either do this through a HTML meta tag:

CODE
<meta http-equiv="content-type" content="text-html; charset=utf-8">


Or usually a better alternative is to send it as a raw header:

CODE
<?php
header("Content-Type: text/html; charset=utf-8");
?>


Hi thanks a lot for suggestion. This splved my problem.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.