[Bug 3368] New: wrc: menuitems with escape sequences

Wine Bugs wine-bugs at winehq.org
Tue Sep 20 14:16:01 CDT 2005


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 at winehq.org
        ReportedBy: T.Bonner at 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)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list