ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Special Characters aren't sent from the database. #1

Closed ryanrabello closed 6 years ago

ryanrabello commented 8 years ago

For example Siim Parna actually spells his name with an 'ä' character. If you search for him using the API endpoints directly it won't return his full name attribute. I setup the front end to account for this but it would be nice to have it work properly. In general any field with a special character doesn't get through to the front end.