MediaWiki talk:Titleblacklist
Add topicAppearance
Latest comment: 5 years ago by Xover in topic Prohibiting invisible and control characters
Prohibiting invisible and control characters
[edit]Please add the following regexes to the blacklist:
.*[\x{00A0}\x{1680}\x{180E}\x{2000}-\x{200B}\x{2028}\x{2029}\x{202F}\x{205F}\x{3000}].* <casesensitive> # Non-breaking and other unusual spaces .*\p{Cc}.* <casesensitive> # Control characters .*\x{FEFF}.* <casesensitive> # Byte order mark .*\x{00AD}.* <casesensitive> # Soft-hyphen .*[^\0-\x{FFFF}].* <casesensitive> # Emojis, etc. Very few characters outside the Basic Multilingual Plane are useful in titles
Kaldari (talk) 16:46, 4 December 2019 (UTC)
- Done diff:9741910 --Xover (talk) 08:59, 5 December 2019 (UTC)