[Bug 51593] New: RFE: case folding support

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 11 12:47:55 CDT 2021


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

            Bug ID: 51593
           Summary: RFE: case folding support
           Product: Wine
           Version: 6.13
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: hpa at zytor.com
      Distribution: ---

I am using Wine to run a legacy EDA tool, WinCUPL. Unfortunately WinCUPL is
being "helpful" and upper cases filenames for you. Unfortunately it also
deletes the old files before writing, so WINE can't know they should have the
same name.

It would be wonderful to have a way - perhaps a dot file - to force all
filenames written to that directory to lower case.

WinCUPL is available from:

https://www.microchip.com/en-us/products/fpgas-and-plds/spld-cplds/pld-design-resources

... however, this is easy to duplicate from cmd:

echo foo > foo.txt
del foo.txt
echo FOO > FOO.TXT

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