Help for this page
<form name="myform" id="myform" accept-charset="utf-8" method="post" a +ction="myperlscript.pl">
use feature 'unicode_strings'; use open ':encoding(utf8)'; #DEAL WITH ALL FILES IN A UTF8 +WAY ... # - OR - binmode STDIN, ":encoding(UTF-8)"; #MORE SECURE, ESP. ON READ binmode STDOUT, ":encoding(UTF-8)"; #MORE SECURE, ESP. ON READ