http://bugs.winehq.org/show_bug.cgi?id=23272
--- Comment #12 from Sagawa sagawa.aki+winebugs@gmail.com 2010-06-30 11:20:53 --- Created an attachment (id=29263) --> (http://bugs.winehq.org/attachment.cgi?id=29263) CJK wordbreak test application
This archive file contains the test application for DrawText()'s DT_WORDBREAK.
[Usage] 1. Execute ``cjk-wwrap'' program with a test name which is a section name of cjk-wwrap.ini file. e.g. cjk-wwrap japanese / cjk-wwrap chinese-936 / cjk-wwrap korean 2. Change the window width. The window width is getting narrow, the words break into several lines.
[Files] cjk-wwrap.exe: This is a main application. It tests DrawText()'s DT_WORDBREAK flag behavior for CJK texts. Please put a cjk-wwrap.ini file on the current directory.
cjk-wwrap.ini: This is a data file. This ini file written in Unicode. You can define additional test for the API.
src/*: This is a source file and Makefile. I built with mingw-gcc 4.2.1 on Ubuntu 10.04.