bottle-chat
bottle-chat copied to clipboard
Unicode support
app.py line 49
if you use:
text = request.forms.text
instead of:
text = request.forms.get('text', '')
you don't scramble non 7bit ASCII chars