Page 1 of 1

charset | 2 charset codes in 1 page

Posted: Mon Jul 09, 2007 8:50 am
by pedroz
Hi guys!

I don't know if it is possible without for example iframe but I would like to avoid iframe command :

_ I want to output a page divided in two parts

<table style="width: 100%">
<tr>
<td> ... TEXT in UTF-8 charset... </td>
<td> ... TEXT in windows-1251 charset... </td>
</tr>
</table>

Sharing two charset codes in the same page. Any idea how can I do it?

Thanks

Posted: Mon Jul 09, 2007 9:01 am
by feyd
I'm pretty sure that's not possible without (i)frames.

Posted: Mon Jul 09, 2007 4:03 pm
by Ambush Commander
Not directly. You can always, however, convert to a common charset (i.e. UTF-8) using iconv()