PortableApps / Launcher

The PortableApps.com Launcherâ„¢ allows developers, publishers and even technical end-user to portablize apps in PortableApps.com Format without needing to write any code.
https://portableapps.com/apps/development/portableapps.com_launcher
GNU General Public License v2.0
47 stars 13 forks source link

Support for unicode-escape style path strings #12

Open The-Keeper opened 4 years ago

The-Keeper commented 4 years ago

FileWriteN currently doesn't perform replacements to a unicode-escape style strings (\x-escaping for non-ANSI characters) which results in "file not found" errors when a user moves the portable app directory to a path that has non-ANSI characters.

JohnTHaller commented 2 years ago

Is there a specific app that needs this functionality? I don't think I've encountered it in the hundreds of apps I've worked on. You can likely do it via custom code, which is how we handle most edge cases.

Sorry, I just realized no one addressed this.