On Oct 12, 2006, at 7:31 PM, R Charles Flickinger wrote:

Because the app writes html docs, I'm beginning to think it is the resultant HTML files that are at issue, the user in Finland writes that they open in TextEdit rather than Safari. Not a good beginning. I advised them to look at Get Info on any .html file and click the Change all. button if they need to. But if my app is writing .html text as UTF8, I'm thinking it would open in Safari just fine.

Hi, Charles,
I also write a desktop blogging app with REALbasic. :) I downloaded MyBLog and gave it a quick test run. I don't know if this will solve all of your encoding problems, but it will certainly help: your default template doesn't specify an encoding. Try adding something like this inside the <head> element:
<meta http-equiv="content-type" content="text/html;charset=UTF-8">

--
Brad Rhine
[EMAIL PROTECTED]
http://bradrhine.com
Tangelo: Web Publishing... With A Twist!
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to