C++ API: use u8string (C++20) in the check_filepath() function?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2
- Forks
- 1
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 13
Description
The purpose is to make sure any filepath given to the check_filepath() function is written in the UTF8 format.
Filepaths containing special characters may cause problems on the Windows OS (while Unix systems work with UTF8 by default).
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 locating the C++ API entry point for check_filepath() and inspect how it handles filepaths on Windows and Unix systems. Determine how UTF-8 input is currently represented and identify relevant platform-specific tests, if present. Done means filepaths with special characters are handled in UTF-8 format without regressing Unix behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100