in reply to Re^3: WWW::Mechanize always use utf8
in thread WWW::Mechanize always use utf8

Yes ikegami, downgrading the version of the module solve the problem exactly as you said, do you think that it's a bug, to report?

Thank you a lot

Replies are listed 'Best First'.
Re^5: WWW::Mechanize always use utf8
by ikegami (Patriarch) on Mar 23, 2009 at 05:01 UTC
    I'm pretty sure it's a bug (but I'm not sure). It's definitely inconsistent with the behaviour of browsers.

      Ok, i going to report now

        If it's not, you can do something like adding the following to your form:
        qq{<input type="hidden" name="shibboleth" value="\x{E9}">}

        If you get %E9, you got iso-latin-1 as desired.
        If you get %C3%A9, you got UTF-8 instead.