Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Windows utf-16 Paths #424

Merged
merged 1 commit into from
Jan 10, 2025
Merged

feat: Windows utf-16 Paths #424

merged 1 commit into from
Jan 10, 2025

Conversation

fpetrini15
Copy link
Contributor

Porting Ashish's changes from: #422 here.

Triton core server does not currently support paths that contain special unicode characters. This PR aims to fix this by decoding the paths just before use to a "std::wstring" and pass it to the relevant UTF16 supporting variants of functions being used in the core.

@fpetrini15 fpetrini15 marked this pull request as ready for review January 9, 2025 18:55
@fpetrini15 fpetrini15 force-pushed the fpetrini-akarale-win-utf16 branch from b3b50e9 to 0b74698 Compare January 10, 2025 00:16
@fpetrini15 fpetrini15 merged commit 236e461 into main Jan 10, 2025
2 checks passed
@fpetrini15 fpetrini15 deleted the fpetrini-akarale-win-utf16 branch January 10, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants