MycroftAI / fallback-unknown

Mycroft AI official Unknown Fallback Skill - used if no Intent is matched to an Utterance
https://mycroft.ai/skills
Apache License 2.0
4 stars 35 forks source link

Change to be ASCII-compliant #16

Closed KathyReid closed 5 years ago

KathyReid commented 5 years ago

This was one of two dialog files that was causing the extract.py script for Pootle to bork due to xgettext exiting on non-ASCII text in the file. ASCII-fied the text.

forslund commented 5 years ago

Closing this since the script now handles utf-8.