Displaying 1 result from an estimated 1 matches for "xe9la".
Did you mean:
e9la
2011 May 16
3
Problem with GET args and UTF-8 encoding (output of Rack::Utils.unescape() ?)
...obviously URI encoded):
Started GET "/registers/results?filter[title][]=Ad%E9la%EFde%20de
%20Hongrie&search=&limit=4" for 127.0.0.1 at 2011-05-16 14:17:33 +0700
# What Rack produces/Rails sees (in Controller):
Parameters: {"filter"=>{"title"=>["Ad\xE9la\xEFde de Hongrie"]},
"search"=>"", "limit"=>"4"}
# Error I''m getting, when I try to "do stuff" with the above string:
ArgumentError (invalid byte sequence in UTF-8):
# What would actually be a valid string with hex UTF code po...