The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb Bug Reports
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
5.5b1 mishandles 'charset=macintosh' Thread Tools Search this Thread Display Modes
I have a Perl script that creates HTML pages using AppleScript from iPhoto, and to save performing any character conversions I generate my pages with a
Code:
<meta http-equiv="content-type" content="text/html; charset=macintosh">
tag so that curly quotes, ellipses and so on will show up properly when the page is rendered.

However, the current OmniWeb 5.5 beta doesn't render any of those characters -- so a page containing 'it’s' will render as 'its' and make me look like a fool who can't spell. :)

By comparison, the current (10.4.7) Safari does render these characters as expected.

(The workaround, obviously, is to improve my script so it turns these characters into
Code:
&rsquo;
and so on, thereby avoiding character set issues altogether.)
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Incorrect filename charset in download auntieyi OmniWeb Bug Reports 0 2012-09-05 02:45 AM
Source viewer does not respect the charset Gregory OmniWeb Bug Reports 1 2006-05-15 11:27 AM


All times are GMT -8. The time now is 06:35 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.