Replies: 1 comment 1 reply
-
Unicode support in libc++ is not great, for more info see mstorsjo/llvm-mingw#145 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently started building in
msys2/clang64
environment and ran into a problem with unicode paths in some apps. F.e., the latest git-version ofexiv2
has it.In an attempt to investigate the problem, I made a simple test program (not an expert in
c++
):Then compiled it in
clang64
anducrt64
environments:Output:
Is this some kind of bug or intended behavior that needs to be adjusted in the code before building in
msys2/clang64
?Beta Was this translation helpful? Give feedback.
All reactions