in reply to Understanding CGI.pm and UTF-8 handling

it is beyond the power of words to describe the way HTML browsers encode non-ASCII form data
Encode::Supported
Unfortunately, both standardization and implementation are still a huge mess here
UTF-8 and Unicode FAQ

You can detect the encoding by adding a hidden field with bits of magic data it in. Compare what arrives at the server with a table of precomputed results for lots of encodings.


  • Comment on Re: Understanding CGI.pm and UTF-8 handling

Replies are listed 'Best First'.
Re^2: Understanding CGI.pm and UTF-8 handling
by ikegami (Patriarch) on Jul 13, 2007 at 18:30 UTC