Displaying 1 result from an estimated 1 matches for "xafd".
Did you mean:
xadd
2011 May 16
3
Problem with GET args and UTF-8 encoding (output of Rack::Utils.unescape() ?)
..."", "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 points in
the format above:
"Ad\xC3\xA9la\xC3\xAFde de Hongrie"
Or, in the "\u ..." format (see anything interesting here? Something
obvious is eluding me...):
"Ad\u{E9}la\u{EF}de de Hongrie
To be clear, this is not a form, but an ajax query. I''ve tried adding
the ''utf8'' snowman thing manually too...