cginternals / cginternals/cppfs
Handling unicode paths
Open
- Dominant language
- C++
- Stars
- 514
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
As far as I can see, it is not possible to use paths on Windows such as `C:\Överkörd\Überförare\`, maybe paths should be considered UTF-8, then convert to wchar_t* for use with std::ofstream/ifstream.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported Windows failure with the Unicode path C:\Överkörd\Überförare\ and inspect the code that passes paths to std::ofstream and std::ifstream. Done means the library can open and use such paths on Windows without breaking existing path handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100