http://bugs.winehq.org/show_bug.cgi?id=26412
Summary: CJK text display as Unknown chars Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: ptpt52@gmail.com
Created an attachment (id=33634) --> (http://bugs.winehq.org/attachment.cgi?id=33634) my test program, build it # wineg++ myprogram.cpp -o myprogram -mwindows
i am trying to display some Chinese text using a font called SimSum in a program, but failed with unknown characters coming out.
i upload my program's code--myprogram.cpp
build it with this command: # wineg++ myprogram.cpp -o myprogram -mwindows
then you run it # ./myprogram.exe
you will see the result
http://bugs.winehq.org/show_bug.cgi?id=26412
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #33634|text/x-c++src |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=26412
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|gdi32 |-unknown Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-14 10:05:37 CDT --- You need either change you locale, or build the app as unicode. Anyway Wine bugzilla is a not a programmer's support channel.
Also in future please specify Wine version you are using.
http://bugs.winehq.org/show_bug.cgi?id=26412
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-14 10:05:49 CDT --- Closing invalid.