Uppercase hex
Open
- Dominant language
- C
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
\xFF is read as 00 instead of FF. \xff works correctly.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the difference between \xFF and \xff in scotty's binary-input handling, then trace the uppercase hexadecimal escape parsing. Done means \xFF produces FF while the existing lowercase behavior continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100