Capitalizing the German letter ß gives SS instead of ẞ
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
Capitalizing the German letter ß gives SS instead of ẞ.
To Reproduce
Steps to reproduce the behavior:
- Type any text that contains ß. (For example, Gauß und Weierstraß.)
- Select the text.
- Press
gU. - Gauß und Weierstraß is converted to GAUSS UND WEIERSTRASS.
Expected behavior
Since there is already the uppercase version of ß (https://glyphsapp.com/learn/localize-your-font-german-capital-sharp-s), I expect the result to be GAUẞ UND WEIERSTRAẞ.
Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):
- Extension (VsCodeVim) version:
1.24.1 - VSCode version:
1.71.2 - OS:
Windows_NT x64 10.0.25211
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the gU operation in VSCodeVim using text containing ß, then trace the visual-mode capitalization handling. Done means capitalization produces ẞ rather than SS for German sharp S, while preserving the existing behavior for other text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100