Page MenuHomePhabricator

Uppercase and lowercase ß are separated in special characters selection
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue:

What happens?:
The lowercase character is in the Latin group, while the uppercase character is in the Latin extended group.

What should have happened instead?:
Both characters should be next to each other in the Latin group (ideally, placed after Ș ș).

Details

Event Timeline

(Removing Editing-team as it is up to each team what they plan to work on.)

This is defined in https://phabricator.wikimedia.org/diffusion/MW/browse/master/resources/src/mediawiki.language.specialCharacters/specialcharacters.json
and \u00df is LATIN SMALL LETTER SHARP S under latin, while \u1e9e is LATIN CAPITAL LETTER SHARP S` under latinextended.
See https://www.mediawiki.org/wiki/Gerrit/Tutorial if you'd like to propose a code change (patch) in Gerrit to the mediawiki/core repository.

Change #1183175 had a related patch set uploaded (by Simon04; author: Simon04):

[mediawiki/core@master] special characters: list ß+ẞ after Ș+ș

https://gerrit.wikimedia.org/r/1183175

Change #1183175 merged by jenkins-bot:

[mediawiki/core@master] special characters: list ß+ẞ after Ș+ș

https://gerrit.wikimedia.org/r/1183175

matmarex subscribed.