openhab / org.openhab.ui.habot

A chatbot for openHAB using machine-learning natural language processing from OpenNLP
Eclipse Public License 1.0
65 stars 31 forks source link

Encoding of property files #4

Closed stritti closed 6 years ago

stritti commented 6 years ago

In German the bot send answers with incorrect encoding for special chars like ä, ö, ü or ß.

For example: "Ich entschuldige mich, ich fürchte, ich habe keine Ahnung."

See also: https://github.com/eclipse/smarthome/issues/2639

ghys commented 6 years ago

Yes I saw that - I fixed it in https://github.com/ghys/habot/pull/3/commits/8b95da00fb844494059b8880d518503f84466799 in #3. Maybe your editor converts in back to UTF-8 when you save?

stritti commented 6 years ago

Oh, I forgot to publish the current jar.