City-of-Bloomington / open311-android

GeoReporter Android source code. Native Android smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
31 stars 36 forks source link

Service request data must be UTF-8 encoded #71

Closed Jaakko closed 11 years ago

Jaakko commented 11 years ago

As the Open311 spec describes, content of service requests needs to be UTF-8 encoded. This also corrects that chars like äöå are sent correctly.

This solves issue https://github.com/City-of-Bloomington/open311-android/issues/70

inghamn commented 11 years ago

Thank you so much for discovering and fixing the character set problem.