charset support in winedbg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
RayF
Newbie
Newbie
Posts: 1
Joined: Thu Aug 31, 2017 2:43 am

charset support in winedbg

Post by RayF »

hello, everyone.
I'm new to the wine forum and I'm from China.
There is one problem i recently met:
when I use winedbg to debug applications, I need to see value of variables, but in winedbg when I type “print name”("name" is a variable in the source code, like in ".../dlls/msxml3/element.c"), the results shows unreadble codes.
The source code uses charset of UTF-8, how to make winedbg support charset UTF-8?

I'd be very appreciated if any of you could answer my question^_^
Locked