Page 1 of 1

Html and unicode

Posted: Sat Jul 22, 2006 3:21 pm
by tsalagi
Does anyone know what I need to do to get a Cherokee font to display in Revolution when read from an html file? This is frustrating me to no end.

I can type Cherokee in a field just fine. I can export it into an xml document. But I cannot get it back into Rev. The following code works fine for the Russian. But the Cherokee doesn't work.

Code: Select all

<p><font face="Aboriginal Sans" "lang="utf8">ᎢᎡᎩᏐᎸ</font> 
<font face="Arial"lang="ru">дан</font></p>
The exact same code opened in a browser works just fine. What gives?