https://bugs.winehq.org/show_bug.cgi?id=48532
Bug ID: 48532 Summary: shell32: Support PCS_REMOVEDCHAR of PathCleanupSpec Product: Wine Version: 5.0-rc6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: katayama.hirofumi.mz@gmail.com Distribution: ---
PathCleanupSpec won't work correctly against invalid characters.
https://docs.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_cor...
Some invalid characters are replaced or removed.
https://bugs.winehq.org/show_bug.cgi?id=48532
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Is there an application that suffers from this?
https://bugs.winehq.org/show_bug.cgi?id=48532
--- Comment #2 from katayama.hirofumi.mz@gmail.com --- Created attachment 66345 --> https://bugs.winehq.org/attachment.cgi?id=66345 A test program (CleanupTest)
https://bugs.winehq.org/show_bug.cgi?id=48532
--- Comment #3 from katayama.hirofumi.mz@gmail.com --- Zebediah Figura: I have developed ReactOS appwiz.dll that uses PathCleanupSpec:
https://github.com/reactos/reactos/pull/2284