Utilisateur:Zelda/Caractères spéciaux/Berbère

Un article de Wikipédia, l'encyclopédie libre.

//

  1. /*
  2. * Berbère
  3. *
  4. * Ajoute les caractères berbères dans la liste des caractères spéciaux
  5. *
  6. * Auteur : ??
  7. * Date de dernière révision : 24 juin 2006
  8. */
  9.  
  10. addOnloadHook(function() {
  11.   addSpecialCharsetHTML("Berbère",
  12.     "<br />Tifinagh : " +
  13.     "<span>ⴰⴱ</span>(ⴲ) <span>ⴳ</span>(ⴴ) <span>ⴷ</span>(ⴸ) <span>ⴺ</span>(ⴹ) " +
  14.     "<span>ⴻ ⴼ ⴽ</span>(ⴿ) <span>ⵀ ⵃ ⵄ ⵅ ⵇ ⵉ ⵊ ⵍ ⵎ ⵏ</span>(ⵒ) " +
  15.     "<span>ⵓ ⵔ ⵕ ⵖ ⵙ ⵚ ⵛ ⵜ</span>(ⵝ) <span>ⵟ </span>(ⵠ) <span>ⵡ ⵢ ⵣ ⵥ ⵯ</span>" +
  16.     "<br />Latin, majuscules : <span>Ɛ Č Ḍ Ğ Ḥ Γ(Ɣ) Ṛ Ṣ Ṭ Ț Ẓ Ž</span>" +
  17.     "<br />Latin, minuscules : <span>ε č ḍ ğ ḥ ɣ ṛ ṣ ṭ ţ ẓ ž</span>" +
  18.     "<br />Latin, labio-vélarisation : <span>ʷ</span>");
  19. });
  20.  
  21. //