Describe the bug/question
Hi,
I want to use Unicode character like äöü, but I get an error:
UnicodeEncodeError: 'ASCII' codec can't encode character u'\xfc' in position 64: ordinal not in range(128)
Because it wants to convert it to ASCII.
How To Reproduce
send a message to your bot with öäü or other.
Expected behavior
working?
Operating Environment (please complete the following information):
OS: Ubuntu18LTS
Python Version: 2.7
Mattermost Version: 5.10.0
mmpy_bot Version: mmpy_bot-1.3.4-py2.py3-none-any.whl
installed via pip
Describe the bug/question Hi, I want to use Unicode character like äöü, but I get an error: UnicodeEncodeError: 'ASCII' codec can't encode character u'\xfc' in position 64: ordinal not in range(128) Because it wants to convert it to ASCII.
How To Reproduce send a message to your bot with öäü or other.
Expected behavior working?
Operating Environment (please complete the following information):
Is it possible to use non-ASCII characters?