------- Additional Comments From ktietz at onevision dot com 2007-06-27 13:14 ------- (In reply to comment #0) > When there are multibyte characters(Chinese characters, for example) in the > text of controls(for example: Label) in dialog resources, WINDRES generates > corrupted and unusable output. English characters won't cause this problem. > Steps to Reproduce: > 1. Create a resource script file, insert a dialog, put a Label on it, and > modify its text to a sentense in Chinese. > 2. Use DialogBox API to show the dialog. > 3. Build the code.
Have you used the -c option of windres to specify your language codepage ? You can do this also within the rc-file by using the code "#pragma code_page(<your- used-codepage>)". -- http://sourceware.org/bugzilla/show_bug.cgi?id=4682 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils