[Bug 6395] New: tons of "fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported" messages

Wine Bugs wine-bugs at winehq.org
Sat Oct 7 03:14:26 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6395

           Summary: tons of "fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS
                    not supported" messages
           Product: Wine
           Version: 20050930
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: wine-msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: avarga at freemail.hu


Whenever I run FAR Manager in the console, it works well but tons 
of "fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported" messages 
pour out on the console all the time.

Could you please make sure that it is printed only once? Like

   static bool fixmeAlreadyPrinted=false;
   if (!fixmeAlreadyPrinted) {
       fixmeAlreadyPrinted=true;
       printf("fixme....");
   }

Thanks...

-- 
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