Bonjour,
Désolé d'être si long à répondre !
Merci fvsch d'avoir pris le temps de me répondre.
Ca marche sur un autre mac, les accents sont présents.
Voici un lien vers une page de test :
Page test pb accents sous certains mac
Le code source de la page :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test accent</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1 style="font-family: Helvetica;">h1 Helvetica Il y a des accent èéà ?</h1>
<h1 style="font-family: Arial;">h1 Arial Il y a des accent èéà ?</h1>
<h1 style="font-family: sans-serif;">h1 sans-serif Il y a des accent èéà ?</h1>
<h1 style="font-family: 'Courier New';">h1 Courier New Il y a des accent èéà ?</h1>
<h1 style="font-family: Courier;">h1 Courier Il y a des accent èéà ?</h1>
<h1 style="font-family: monospace;">h1 monospace Il y a des accent èéà ?</h1>
<p style="font-family: Helvetica;">p Helvetica Il y a des accent èéà ?</p>
<p style="font-family: Arial;">p Arial Il y a des accent èéà ?</p>
<p style="font-family: sans-serif;">p sans-serif Il y a des accent èéà ?</p>
<p style="font-family: 'Courier New';">p Courier New Il y a des accent èéà ?</p>
<p style="font-family: Courier;">p Courier Il y a des accent èéà ?</p>
<p style="font-family: monospace;">p monospace Il y a des accent èéà ?</p>
<p style="font-family: Helvetica;font-weight: bold;">p b Helvetica Il y a des accent èéà ?</p>
<p style="font-family: Arial;font-weight: bold;">p b Arial Il y a des accent èéà ?</p>
<p style="font-family: sans-serif;font-weight: bold;">p b sans-serif Il y a des accent èéà ?</p>
<p style="font-family: 'Courier New';font-weight: bold;">p b Courier New Il y a des accent èéà ?</p>
<p style="font-family: Courier;font-weight: bold;">p b Courier Il y a des accent èéà ?</p>
<p style="font-family: monospace;font-weight: bold;">p b monospace Il y a des accent èéà ?</p>
</body>
</html>
Sur le mac qui pose problème, les 'courier' et 'mono' ont bien des accents ! Par contre, ils ne sont pas visibles sur les autres polices.
J'en appelle à tous qui ont des mac ! Pourriez-vous visitez la page et nous dire comment ça s'affiche ? Ca serait très sympa !
Et merci d'avance de votre coopération !