|
Posted by =?ISO-8859-1?Q?Fran=E7ois_Patt on October 7, 2007, 4:11 pm
Please log in for more thread options Jukka K. Korpela a écrit :
> Scripsit François Patte:
>
>> I did not understand that this declaration was limited
>> to the css file only...
>
> That's not surprising; virtually all people get very confused with
> charset issues when they start working with them, but we can learn to
> keep the confusion at a manageable level.
>
>> And now I don't understand why it is necessary to declare the charset
>> of the css file.
>
> Mostly it isn't. You normally use just ASCII characters there, and then
> the charset mostly does not matter.
>
> It matters if you use, say, a font name containing non-ASCII characters,
> like
>
> body { font-family: "François", sans-serif; }
>
> (just assuming that you expect a font called "François" to exist
> somewhere). People have used e.g. font names containing Japanese
> characters.
>
> If this still puzzles you, c.i.w.a.stylesheets would be the right group
> to ask about CSS issues.
Thanks for this clarification and for the address.
--
François Patte
Université Paris 5 - Paris
|