Utf8 horror at LAMP – accept charset « Perl
Utf8 horror at LAMP – accept charset
Wednesday 30 December 2009 @ 6:55 am

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Continuing the never ending saga of perl / utf horror:

<form method=”post” accept-charset=”utf-8″ action=”…”>

Well, I never used it… and my web app works.

Is this accept-charset really needed? Do you know?

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • email
  • LinkedIn
  • MySpace
  • Reddit
  • RSS
  • Slashdot
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Technorati
  • Twitter
  • Twitthis
  • Yahoo! Bookmarks
  • Yahoo! Buzz

See also:

  1. Utf8 in web perl application (LAMP) – binmode, charset
  2. Utf8 in web perl application (LAMP) – dbi, mysql
  3. Unicode horror – nice tool to convert
  4. Utf8 in web perl application (LAMP)
  5. Utf8 in web perl application (LAMP) – part 2 – Encode

Tags: ,

Comments (1) - Posted in work by Lech  



 One response to “Utf8 horror at LAMP – accept charset”

  •   Pedro Melo wrote:

    Yes, I’ve used it.

    One place where you have to use it is if you want to include a form in a ISO-8859-1 page that will be processed by a more modern CGI/FastCGI app that expects utf8.

    Quite common on mixed legacy/new environments.

Leave a comment