Help for this page
s/[\x80-\xff]//g; ... # or Encode::from_to($string, 'utf-8', 'us-ascii', 0 );
s/ö/oe/g;