La documentation pour ce module peut être créée à Module:anagrammes/pt/Documentation
return { -- List of characters to keep unchanged keep = { }, -- Table of character transformations, meant for characters without diacritics (ligatures, etc.) mappings = { ["ᵃ"] = "a", ["º"] = "o", ["ʿ"] = "", ["ʾ"] = "", }, }