PatchServer icon indicating copy to clipboard operation
PatchServer copied to clipboard

Unicode in Application Names

Open ecrist opened this issue 4 years ago • 1 comments

The script doesn't currently support unicode characters in the application names. Our first instance of this is Übersicht. We've tried munging it but it's very quickly a mess.

ecrist@mackerel322:~/Patch-Starter-Script-> python patchstarter.py -o . --patch-only /Applications/Übersicht.app
Traceback (most recent call last):
  File "patchstarter.py", line 263, in <module>
    main()
  File "patchstarter.py", line 100, in main
    filename = '{}-patch.json'.format(app_id)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0308' in position 1: ordinal not in range(128)

ecrist avatar Apr 28 '21 13:04 ecrist

👉🏻

Poke?

ecrist avatar Jul 09 '21 13:07 ecrist