NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.92k stars 1.69k forks source link

Parameters Lose UTF8 #491

Open donnadulcinea opened 6 years ago

donnadulcinea commented 6 years ago

Using NanoHTTPd version 2.3.1. When I pass the value: N 30°15.424' , E 120°09.563' through a form in post or in get, it is returned by both session.getparms() and session.getparameters as N 30?15.424' , E 120?09.563' Is there a way to make it UTF8 compliant? Am I missing something?