Devolutions / MsRdpEx

Microsoft RDP Client Extensions
MIT License
184 stars 31 forks source link

Fix most Unicode path handling problems except Detours #95

Closed awakecoding closed 11 months ago

awakecoding commented 11 months ago

Fixes most Unicode path handling problems (https://github.com/Devolutions/MsRdpEx/issues/94)

The only issue left is if MsRdpEx itself is installed in a non-ASCII path, because of an issue with Detours being unable to inject a DLL with proper Unicode handling (https://github.com/microsoft/Detours/issues/283).