Click to See Complete Forum and Search --> : charset confliction


john_zakaria
12-15-2009, 05:49 AM
so how to use multiple charset in a page

i have a part of the page uses windows-1256 and the rest of the page uses utf-8????

how to use the 2 charsets without making confliction between the 2 charsets??

the top the page uses
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />

and the rest uses

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Charles
12-15-2009, 07:48 AM
You can't do that, you are restricted to just one per page. And you really should try to avoid windows-1256. Every time you use it the dark side of the force grows just a little bit stronger.