[Bug 43557] New: Ukrainian I/ i letter support for OEM console applications using cp866.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 16 13:07:15 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43557

            Bug ID: 43557
           Summary: Ukrainian I/i letter support for OEM console
                    applications using cp866.
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: winelib
          Assignee: wine-bugs at winehq.org
          Reporter: alter at ukr.net
      Distribution: Other

Created attachment 58962
  --> https://bugs.winehq.org/attachment.cgi?id=58962
patch for c_866.c adding ukrainian I/i support

Ukrainian I/i letter support for OEM console applications using cp866.

There is well-known Windows problem with Ukrainian letters 'I' and 'i'. They
are displayed as question mark ('?') in console applications. But the most
annoying thing is that these files cannot be copied with console File Managers,
like Far. Proposed patch fixes it.

OEM cp966 characters 0xf6 (I ukr) and 0xf7 (i ukr) should be mapped to unicode
0x0406 and 0x0456

Since Wine uses statically compited NLS translation, it is not possible to just
fix NLS file like under Windows (http://alter.org.ua/en/soft/win/cp866u/)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list