java - Which transcoding is used here? -


i have http request header may contain non ascii characters.

my typical example following :

apache send web server following header

firstname=jérémy 

when receive in java web server, have following key/valye pair

firstname=[jᅢᄅrᅢᄅmy] 

obviously, restore initial text. don't know transcoding used. hence question : transcoding used, , how can original text ?

my web server uses wisdom framework, based on vert.x


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -