Module:anagrammes/shi

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.

La documentation pour ce module peut être créée à Module:anagrammes/shi/Documentation

return {
  -- List of characters to keep unchanged
  keep = {
    "č", "ḍ", "ɛ", "ǧ", "ɣ", "ḥ", "ṛ", "ṣ", "ṭ", "ẓ"
  },
  -- Table of character transformations, meant for characters without diacritics (ligatures, etc.)
  mappings = {
  	["ⵯ"]="",
  	["°"]="",
  	["ʷ"]="",
  },
}