Manual:$wgOverrideUcfirstCharacters/pt
Appearance
| Language, regional and character encoding settings: $wgOverrideUcfirstCharacters | |
|---|---|
| Lista de caracteres Unicode para os quais a capitalização é substituída em Language::ucfirst. |
|
| Introduzido na versão: | 1.34.0 (Gerrit change 502546; git #d46835ef) |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (array) |
| Valor predefinido: | [] |
| Outras definições: Alfabeticamente | Por função | |
See T219279.
Details
The characters should be represented as char_to_convert => conversion_override.
For example, to prevent being taken to the page 'Ss' on a wiki when you want to view 'ß', add this to your LocalSettings.php
:
$wgOverrideUcfirstCharacters = [ 'ß' => 'ß', ];