basically it concerns multilangual and unicode conversion issues on Win32 targets.
windres does not allow to build unicode resources in normal way. for example, when you try to build app which has english, russian and, for example, japanese menu items and strings, the result is pretty funny... you won't see russian & japanese, though LANGUARE prop is correctly defined. i've reworked winduni.c & other source files to produce results depending on current resource language defined by LANGUAGE property. there's some work that still should be done: define default codepages for other languages (there's only russian and japanese in the patch), but that should be easy to do. patch url: http://www.dark-across.info/binutils-2.16.1-windres-multilang.patch thanks. hope that'll help. -- Summary: windres language enhancement and fix Product: binutils Version: 2.16 Status: NEW Severity: enhancement Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: gauri at tut dot by CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=2528 ------- 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