-
Notifications
You must be signed in to change notification settings - Fork 342
German characters #50
Comments
I'll look into the special character crashing thing. As for listening for two words: That's how I do it. You can probably figure a better way. -Pete On Sat, Nov 26, 2011 at 12:45 PM, muhkuh0815 <
|
Thank you, works perfect. |
Chendo: this one is all you. Mostly because I'm too lazy to fix. Get with me in chat if you want to discuss. |
heres the error message i get when anywhere in the siriproxy-example file is a Ä Ö Ü or ß character. plugin_manager.rb:22:in `require': /Users/xxx/SiriProxy/plugins/siriproxy-example/lib/siriproxy-example.rb:49: invalid multibyte char (US-ASCII) (SyntaxError) |
I had problems with ÜÄÖ too. Seems to be a file encoding problem. I was able to work around this by converting and editing the file in UTF-8. Before uploading to my Dreamplug (Ubuntu) I change the encoding to ANSI (not converting). I´m editing my file with Notepad++ on Windows. I am not sure why this works. Perhaps someone else can clarify this. |
It might be also a good idea to add # Make sure we are running UTF-8
Encoding.default_external = 'utf-8' in the |
Same problem with french character like : éèà ... |
i try to put : |
Not Encoding.default_external = 'utf8' but this as the first line of each # -*- encoding: utf-8 -*- Just apply this patch curl -o- https://github.com/eMxyzptlk/SiriProxy/commit/739b0cefb3e60b94514123c010820a1d51c99dfb.patch | patch -Np1 |
Ho great it works like a charm !! |
hello, thank you |
seems like this was fixed by adding encoding utf-8 to plugins. |
German special characters like Ä Ö Ü seems to crash the Siriproxy.
i have no idea if thats something you can fix, but would be nice if it works.
and my second question. is there a possibility to "listen_for" 2 or more seperate words ?
i would like to listen for e.g. "Johnny" and "cook" in one sentense
so i can ask for "can Johnny cook" or "is Johnny able to cook"
sorry for my bad english, and keep up your great work
very appreciated
Greetings from Austria
Michael
The text was updated successfully, but these errors were encountered: