Skip to content

chore(sdk): test using utf8 chars#91

Merged
dyro merged 5 commits into
mainfrom
dyross/CAI-9294
Sep 3, 2025
Merged

chore(sdk): test using utf8 chars#91
dyro merged 5 commits into
mainfrom
dyross/CAI-9294

Conversation

@dyro
Copy link
Copy Markdown
Contributor

@dyro dyro commented Aug 28, 2025

A client was having an issue passing in a path with UTF-8 chars. This PR demonstrates that our SDK supports paths with unicode chars and cleans up an internal function.

@dyro dyro force-pushed the dyross/CAI-9294 branch 4 times, most recently from 31f44a3 to 5183480 Compare August 28, 2025 04:26
@dyro dyro force-pushed the dyross/CAI-9294 branch from 5183480 to f9a7a2b Compare August 28, 2025 04:37
@dyro dyro force-pushed the dyross/CAI-9294 branch 3 times, most recently from 646c500 to 626b181 Compare August 28, 2025 15:18
@dyro dyro force-pushed the dyross/CAI-9294 branch 18 times, most recently from 59f5520 to d89d9c5 Compare September 2, 2025 19:43
@dyro dyro force-pushed the dyross/CAI-9294 branch 2 times, most recently from 71f63da to 16b1ef3 Compare September 2, 2025 20:16
Comment thread src/c2pa.cpp
inline std::string path_to_string(const filesystem::path &source_path)
{
return reinterpret_cast<const char *>(source_path.u8string().c_str());
return source_path.u8string();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just cleaning up a bit. This doesn't affect the results of the workflows.

@dyro dyro requested review from gpeacock and tmathern September 3, 2025 15:51
@dyro dyro merged commit 2de8c2c into main Sep 3, 2025
4 checks passed
@dyro dyro deleted the dyross/CAI-9294 branch September 3, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants