Html and unicode

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tsalagi
Posts: 3
Joined: Sat Jun 24, 2006 7:48 pm
Contact:

Html and unicode

Post by tsalagi » Sat Jul 22, 2006 3:21 pm

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?

Post Reply