Příručka:$wgOverrideUcfirstCharacters

This page is a translated version of the page Manual:$wgOverrideUcfirstCharacters and the translation is 100% complete.
Nastavení jazyka, regionálního kódování a kódování znaků: $wgOverrideUcfirstCharacters
Seznam znaků Unicode, u kterých jsou velká písmena přepsána v Language::ucfirst.
Zavedeno od verze:1.34.0 (Gerrit change 502546; git #d46835ef)
Odstraněno od verze:stále se používá
Povolené hodnoty:(pole)
Výchozí hodnota:[]

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 Manual:LocalSettings.php:

$wgOverrideUcfirstCharacters = [ 'ß' => 'ß', ];