HandheldCompanion
HandheldCompanion copied to clipboard
HC can't save application name if it contains special characters, for example Notepad++
Noticed a profile file called ".json", ie with no name.
Found the following at the top of the profile file, odd things happening with the path and name:
"name": "Notepad\u002B\u002B",
"path": "C:\\Program Files\\Notepad\u002B\u002B\\notepad\u002B\u002B.exe",
"executable": "notepad\u002B\u002B.exe",
Seems fixed in mapper branch:

Somehow this issue is back with 0.20.5.7.
Can make profiles with Notepad++ just fine. Empty .json files name being created is a different bug #1053