VSCodeVim / VSCodeVim/Vim

Capitalizing the German letter ß gives SS instead of ẞ

Open
#8,009 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/non-latin-characters
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:

  1. Type any text that contains ß. (For example, Gauß und Weierstraß.)
  2. Select the text.
  3. Press gU.
  4. 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.
Animation

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.