• E
    Maintain original encoding from path · 8607c25b
    eileencodes 提交于
    When the path info is read from the socket it's encoded as ASCII 8BIT.
    The unescape method changes the encoding to UTF8 but it should maintain
    the encoding of the string that's passed in.
    
    This causes parameters to be force encoded to UTF8 when we don't
    actually know what the encoding of the parameter should be.
    8607c25b
utils_test.rb 1.2 KB