mathiasbynens / mathiasbynens/cssesc
add `escapeNonASCII` option
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 176
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
In playground https://mothereff.in/css-escapes ♥ -> ♥
Using cssesc ♥ -> \2665
I can send a PR, thanks for library
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
Start by comparing the playground's handling of ♥ with cssesc's current output and locate the library entry point that controls ASCII-only escaping. Add an escapeNonASCII option so this behavior can be selected, then verify that the existing default remains unchanged and the example output matches the requested option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100