This example shows how to use MacRoman and serves as an explanation with the original thread to help understand that all current browsers understand many encodings, under which MacRoman. It does not matter whether you come from a Mac machine or not. It only matters to have your http-equiv set correctly.
This page will remain online for future reference. The original question can be viewed at Experts-Exchange, but requires (free) membership. More information about me, about how this site is maintained and about how to use these pages for yourself, check out the opening page.
I made a couple of copies of the original page
<-- correct with MacRoman --> <meta http-equiv="Content-Type" content="text/html; charset=macintosh"> <-- correct with UTF-8 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">