Charles,

To add to Brad's wonderful advice, also make sure that you save the page
with the same text encoding as the charset meta tag you assign in the HTML
template code.  If the HTML charset meta tag is defining a different
encoding then the actual text encoding of the page, some web browsers may
have trouble displaying the page properly.

Regards,
Dave Wooldridge

----------------------------------------
RB Garage - http://www.RBGarage.com
The largest independent online resource
For REALbasic software developers!
----------------------------------------


> 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