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">
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">