http://www.perlmonks.org?node_id=990537


in reply to HTML Form > PERL Script in UTF-8 issue

How do you read the form parameters in your script?
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: HTML Form > PERL Script in UTF-8 issue

Replies are listed 'Best First'.
Re^2: HTML Form > PERL Script in UTF-8 issue
by Jishanator (Initiate) on Aug 29, 2012 at 19:48 UTC
      Do you use CGI? Dancer? Catalyst? Do you set encoding in the header? Meta tag?

      Please, help us to help you.

      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
        CGI, yes the Meta tag is in for everything. The HTML form itself is saved as UTF8, PERL files don't like UTF8 format, therefore they must remain in ANSI.