![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Check out the web page in question... http://clientserver.home.comcast.net/unicode.html |
#3
| |||
| |||
|
|
If you examine, for a few examples, characters such as square root (&#8730 , prime (&#8242 and double prime (&#8243 .So, any ideas why IE is puking on these? |
|
Firefox seems to do a beautiful job of using all the available characters |
#4
| |||
| |||
|
|
Don't know if that's a hint to what I'm doing wrong. |
#5
| ||||||||
| ||||||||
|
|
On Sun, 31 Oct 2004, Richard R Plourde wrote: |
|
If you examine, for a few examples, characters such as square root (&#8730 , prime (&#8242 and double prime (&#8243 .So, any ideas why IE is puking on these? |
|
One of two reasons: 1) the font doesn't claim to support the character range in question, but your browser configuration hasn't configured an appropriate font for fallback. |
|
2) the font -does- claim to support the character range in question, but its support is incomplete. In this situation, IE seemingly makes no effort to hunt the missing characters. |
|
Simple recommendation: don't specify font faces for obscure characters. Users -may- need to tune their browser configuration (especially IE). |
|
When you understand IE's behaviour better than I do, you /might/ get marginally better results with a very carefully chosen font specification (see discussions between myself and A.Prilop in these usenet groups). But I'm still sceptical. The actual -repertoire- of various fonts distributed with MS OSes varies from one OS version to another, even without change in the name of the font. So don't assume that the repertoire that you tested on XP (for example) will also work for '2000, and certainly not for NT4. But Lucida Sans Unicode, or Arial Unicode MS if the user has it, are good choices for difficult characters. |
|
Do -not- on any account put the generic sans-serif or serif at the end of your CSS font list, in such a situation. |
|
Firefox seems to do a beautiful job of using all the available characters No surprises there. |
#6
| ||||||||||
| ||||||||||
|
|
1) the font doesn't claim to support the character range in question, but your browser configuration hasn't configured an appropriate font for fallback. The font... Georgia does in fact have the characters... |
|
Firefox uses them (IE doesn't). |
|
2) the font -does- claim to support the character range in question, but its support is incomplete. In this situation, IE seemingly makes no effort to hunt the missing characters. The characters are not missing... |
|
Character Map shows them... |
|
they are in the font. |
|
Simple recommendation: don't specify font faces for obscure characters. Users -may- need to tune their browser configuration (especially IE). For what I want to do these are NOT 'obscure characters', |
|
so I'll just include on my web site strong recommendations for all recent browsers other than IE. ;-) |
|
For my purposes 'Courier New' is used in both display and print. |
|
Do -not- on any account put the generic sans-serif or serif at the end of your CSS font list, in such a situation. This I will do also. I thought it was imperative that they should be included. |
|
If they aren't there, people say, it's an error not to include them. |
#7
| |||
| |||
|
|
I've got a problem that IE doesn't seem to use the entire font unicode subgroups from a hinted font file. [...] At the bottom of the page, in the legend, I've included the hints for [...] I also see the same problems, with hinted print fonts, |
#8
| |||
| |||
|
|
On Sun, 31 Oct 2004, Richard R Plourde wrote: I've got a problem that IE doesn't seem to use the entire font unicode subgroups from a hinted font file. [...] At the bottom of the page, in the legend, I've included the hints for [...] I also see the same problems, with hinted print fonts, |
|
You confuse me. Please read http://partners.adobe.com/asn/tech/type/hinting.jsp http://developer.apple.com/fonts/TTQ...QS03/FQS3.html http://www.microsoft.com/typography/...tingIntro.mspx to learn (more?) about font hinting. |
#9
| |||
| |||
|
|
On Sun, 31 Oct 2004, Richard R Plourde wrote: I've got a problem that IE doesn't seem to use the entire font unicode subgroups from a hinted font file. [...] At the bottom of the page, in the legend, I've included the hints for [...] I also see the same problems, with hinted print fonts, "Andreas Prilop" <nhtcapri (AT) rrzn-user (DOT) uni-hannover.de> wrote in message news:Pine.GSO.4.44.0411011602130.6794-100000 (AT) s5b004 (DOT) .. You confuse me. Please read http://partners.adobe.com/asn/tech/type/hinting.jsp http://developer.apple.com/fonts/TTQ...QS03/FQS3.html http://www.microsoft.com/typography/...tingIntro.mspx to learn (more?) about font hinting. No, Andreas, I'm sorry what I wrote is ambiguous... sorry... When I said hinted I meant as suggested in my CSS font statements... i.e. font: medium Georgia serif; |
#10
| |||||||
| |||||||
|
|
On Sun, 31 Oct 2004, Richard R Plourde wrote: The font... Georgia does in fact have the characters... |
|
But that's not the point! The font does not claim to support them, so IE will look for some better-populated font. |
|
Font properties extension -> charset/unicode reports, for this version of Georgia at least (that's Win/2000 Pro, font version 2.05) that it supports only: Basic Latin Latin-1 Supplement Latin Extended-A Greek Cyrillic Whereas if we take say Lucida Sans Unicode, it has lots of extra ranges supported, including IPA Extensions, Combining Diacritical Marks, ect. etc. and in particular: Mathematical Operators. |
|
You could tell IE users that they'll get better results (as far as the repertoire is concerned - the cosmetics will no doubt leave something to be desired) by checking the "Ignore font styles specified on web pages" box on the tools->accessibility, and configuring their browser to default to a well-populated font. |
|
Monospaced fonts proved to be an additional problem, as my web page explains. MS's monospaced fonts (as delivered with the OS) have an even worse character repertoire coverage. |
|
Do -not- on any account put the generic sans-serif or serif at the end of your CSS font list, in such a situation. This I will do also. I thought it was imperative that they should be included. Oh no; it's often recommended, for typographical reasons, but the two criteria are pulling in opposite directions in this instance: you can either have better typography (with missing glyphs) or better character repertoire (with somewhat klunky typography). |
|
as I say, IE users might get better results by disabling the author-proposed fonts and making their own best choice. |
![]() |
| Thread Tools | |
| Display Modes | |
| |