Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.
La documentation pour ce module peut être créée à Module:anagrammes/it/Documentation
return {
-- List of characters to keep unchanged
keep = {
},
-- Table of character transformations, meant for characters without diacritics (ligatures, etc.)
mappings = {
["ᵃ"] = "a",
["đ"] = "d",
["ð"] = "d",
["ɜ"] = "e",
["ħ"] = "h",
["º"] = "o",
["ß"] = "ss",
["ʿ"] = "",
["ʾ"] = "",
},
}