Moreover, a font (like Arial Unicode) will most certainly NOT omit glyphs for official code points, so the problem must be addressed inevitably.
The GreaseMonkey solution sounds good. I use the Stylish firefox
plugin to set site specific font styles, though it doesn't allow auto
detection like the above solution. You can turn the rules on and off
quite quickly using the Stylish icon in the bottom right of the
browser.
https://addons.mozilla.org/en-US/firefox/addon/2108
Sample style:
@-moz-document domain(mail.google.com) {
*,input { font-family: Padauk, Myanmar3; }
}
I've also now updated my offline document converter tool to support
ZawGyi-One to Unicode 5.1 conversion. See
http://www.thanlwinsoft.org/ThanLwinSoft/DocCharConvert/ if you are
interested.
Keith
I'm referring to the second one. I think it is reasonable to expect
most companies (including Microsoft) to develop glyphs for anything in
the standard.
I've got your script installed on my laptop. So far, it works great!
-->Seth
Thanks for the link. This is a good tool for enforcing the encoding on
a page which we know should contain entirely one encoding. (E.g.,
Zawgyi for the PlanetMM forums, or Padauk/Parabaik/Myanmar3 for the
Ubuntu translation project
(https://translations.launchpad.net/ubuntu/jaunty/+lang/my).)
Like Ravi said, no scanning detection tool can be 100% accurate. So
it's good that we have options.
Cheers,
-->Seth