plan-be / plan-be/iode

C++ API: use u8string (C++20) in the check_filepath() function?

Open
#400 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C++ API enhancement priority: low question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.