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

I'm pretty sure it's a bug (but I'm not sure). It's definitely inconsistent with the behaviour of browsers.

Replies are listed 'Best First'.
Re^6: WWW::Mechanize always use utf8
by way (Sexton) on Mar 23, 2009 at 20:04 UTC

    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.

        Ok, I catch you, I reported the issue, thank you again.