[Web4lib] RSS and diacritics
Thomas Dowling
tdowling at ohiolink.edu
Thu Nov 29 08:56:02 EST 2007
Jonathan Gorman wrote:
>> all modern web browsers are Unicode based at the core,...
>>
>>
>
> Well, yes, but if the font they're using doesn't have anything beyond the basic ascii mapping, they're not what I would call unicode compatible...
The more adept browsers out there figured this out quite a while ago.
If the font they're using doesn't have a glyph for the character
requested, they pull the correct glyph from a font that does have it.
Awkwardly, there's a less adept browser that fails to do this, that has
about 80% market share...
CSS2 requires that browsers work their way down the list of specified
fonts to find the right glyph, not just find a matching font name.
IIRC, Gecko-based browsers and Opera go beyond that to find any system
font with the right glyph.
--
Thomas Dowling
tdowling at ohiolink.edu
More information about the Web4lib
mailing list