Help for this page
my $csv = Text::CSV_XS->new ({'always_quote' => 1, 'eol' => "\n", 'binary' => 1, });
$string=~s/[\x7f-\xff\&]/"&#".ord($1).";"/ge;