perplexes / m2r

Mongrel2 Connection Adapter - Ruby Encrusted Steel-Reinforced Fist
MIT License
90 stars 11 forks source link

Downcase/upcase of utf8 headers #24

Closed paneq closed 12 years ago

paneq commented 12 years ago

Do we care about such headers ?

irb(main):001:0> "żółć".upcase
=> "żółć"

Shall we use library like http://unicode-utils.rubyforge.org/ for such purpose ?

mostlyobvious commented 12 years ago

I don't know of any mongrel headers in utf8 but in general: http://tools.ietf.org/html/rfc2616#section-2.2

In my opinion no.

paneq commented 12 years ago

Not mongrel, but maybe some users send X-Żółć :) I agree with RFC argument.