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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -