for example a skillname "Tüte" with Invocationname "tütenzauber"
ask api get-model -s amzn1.ask.skill.XXX --stage development -l de-DE > model-online.json
{ "interactionModel": { "languageModel": { "invocationName": "t├╝tenzauber",
the invocationname in the generated file is wrong "t├╝tenzauber"
Another problem with ask clone. The folder name is "T_te" instead of "Tüte".
am I doing something wrong?