Podnapisi-NET / flask-phpbb3

Connector for Flask with phpBB3
Other
1 stars 1 forks source link

Decode all strings into unicode #2

Open MasterMind2k opened 6 years ago

MasterMind2k commented 6 years ago

Task

Most flask code is expecting to work with unicode and not str. Make sure the query results are properly decoded into unicode.