bottle-chat icon indicating copy to clipboard operation
bottle-chat copied to clipboard

Unicode support

Open ghost opened this issue 8 years ago • 0 comments

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

ghost avatar Aug 29 '17 12:08 ghost