http://bugs.winehq.org/show_bug.cgi?id=3368
Summary: wrc: menuitems with escape sequences Product: Wine Version: 20050830 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P5 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: T.Bonner@freesurf.ch
In a resource file (wanting to keep the source 7bit), escape sequences are not treated as in VisualC: While this works with VisualC(6) MENUITEM "\xd6ffnen", IDM_OPEN with wine (wrc) you have to use this: MENUITEM "\xd6" "ffnen", IDM_OPEN (on the latter VisualC has a problem with)