mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #67] SetCurrentDirectory() fails with "ñ" in Windows 10 #37
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @izabala123 on GitHub (Mar 17, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/67
It seems to work using ToSystemCharset().
It may be included in U++ implementation of SetCurrentDirectory().
Other functions like GetCurrentDirectory() already include FromSystemCharsetW().
@mirek-fidler commented on GitHub (Mar 17, 2022):
I cannot use SetCurrentDirectory here as that is Win32 API function (which years ago I have created trivial implementation for POSIX).
I have added ChangeCurrentDirectory....
@izabala123 commented on GitHub (Mar 17, 2022):
I understand. It is right.
However, for compatibility please make the ChangeCurrentDirectory() accessible on both Windows and Linux, being this function the one we would document in U++.