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 with Umaluts #8

Closed
Zettt opened this issue Jul 1, 2015 · 4 comments
Closed

Issue with Umaluts #8

Zettt opened this issue Jul 1, 2015 · 4 comments

Comments

@Zettt
Copy link

Zettt commented Jul 1, 2015

I'm sorry, but Umlauts are an issue here too. When creating an app with Ü, e.g. Der Übercast, the app gives this error here:

Creation failed: Traceback (most recent call last):
  File "/Users/zettt/Desktop/ÜÄÖ.app.23551/Contents.25369/Resources/Scripts/strings.py", line 62, in <module>
    outtext.append(m.group(1) + curname + m.group(4))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 1: ordinal not in range(128)

Let me know if you need additional information.

@Zettt
Copy link
Author

Zettt commented Jul 1, 2015

Info.plist entries like Bundle display name and Bundle name can be changed afterwards and they don't seem to affect the SSB. I haven't tried to change the Bundle Identifier though, that seemed too risky.

@dmarmor
Copy link
Owner

dmarmor commented Jul 1, 2015

I'll look into this. I've managed to get the same error on my system, so that's a start.

Meantime, if you do want to temporarily change the bundle identifier, just make sure to also change it in /Contents/Resources/Scripts.config.sh. (Though in the next release of the app, the bundle identifiers are all going to change, so don't rely on it staying as whatever you've set it.)

@Zettt
Copy link
Author

Zettt commented Jul 8, 2015

No worries, I can deal with those kind of issues.

@dmarmor
Copy link
Owner

dmarmor commented Jul 8, 2015

Hey, I forgot to write back about this. Unicode is totally mysterious to me, but by trial and error I managed to fix it so that I was able to create an SSB with umlauts in the name. This fix will be in the new release too.

I have no idea how robust the solution is, but it's at least not crashing any more! I'll close the issue for now. We can re-open if it seems shaky when the new release is up and you have a chance to test it. Thanks!

@dmarmor dmarmor closed this as completed Jul 8, 2015
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