mathiasbynens / mathiasbynens/swapcase

Lowercase ASCII k and s

Open
#1 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Is it intended that the lowercase letters `s` and `k` convert to something other than `S` and `K`?

See swap-map.json

```
"k": "\u212A",
"s": "\u017F",
```

Probably not going to break anything for anyone, but it's still a bit strange.

Contributor guide

No contributing guide indexed for this repository

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

Open swap-map.json and inspect the entries for lowercase `k` and `s`, comparing their mapped values with the intended ASCII uppercase equivalents. Confirm the desired mapping and update the file if appropriate; done means those two entries produce `K` and `S` during case swapping.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.