[Bug 52805] winepath does not work for non-western characters

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 12 07:15:43 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52805

--- Comment #2 from nemonein at gmail.com ---
Thank you.
pipe to less works. Using tee also works.

$ wine winepath -w "/home/arch/다운로드/" | tee /dev/null       
Z:\home\arch\다운로드\

I think tee could be a good work around.

However, assigning to a variable is a bit weird.

$ foo=$(wine winepath -w "/home/arch/다운로드/")
$ echo $foo
Z:\homerch\다운로드\

\a is removed, because \a is an alert sequence.
Is there a way to correct this issue?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list