Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when running Shortcuts with non-English accents. #4

Open
SENTINELITE opened this issue Jan 13, 2022 · 3 comments
Open

Issue when running Shortcuts with non-English accents. #4

SENTINELITE opened this issue Jan 13, 2022 · 3 comments

Comments

@SENTINELITE
Copy link
Owner

I’ve seen some users reporting issues with Shortcuts with non-English names. Certain accents appear to be the issue.

This is mostly due to the way we're handling the strings. See AppleScript is a pain & the shortcuts CLI isn't working right: #3

@SENTINELITE
Copy link
Owner Author

Tested against these accents:
ąćęłńóśżź éàèùâêîôûçëüï zażółć gęślą jaźń

These will still fail with the older function. With the new implementation, these are passing. Still have further work to do here, but this is a start.

@mig8447
Copy link

mig8447 commented Jul 31, 2024

I'm experiencing this with the latest version. Once I changed the names to english-only the shortcuts started working

@SENTINELITE
Copy link
Owner Author

@mig8447 Hey, there!

This has been (Completely) fixed in V2, which you can get via the Discord server. (It's in closed testing, but you can snag it pretty easily).

This is because we're using UUIDs instead of names as the input for the running of said Shortcut. This is language-agnostic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants