Module:NormalizationDiacritic: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 1: | Line 1: | ||
-- | --[[ | ||
* Name: NormalizationDiacritic | |||
* Author: Mark W. Datysgeld | |||
* Description: Diacritic removal for text normalization in word matching, supporting Latin and Cyrillic scripts | |||
* Notes: Normalizes apostrophe variants; UTF-8 compatible; case-preserving; uses performant gmatch and table.concat pattern for UTF-8 processing; includes caching for performance; avoids string.gsub for better UTF-8 handling | |||
]] | |||
-- | |||
local p = {} | local p = {} | ||