mathiasbynens / mathiasbynens/swapcase
Lowercase ASCII k and s
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
- 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
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