I am Working with Html that has Arabic lettering in it. I am trying to parse the lettering into a csv file that opens as default in Excel.
I am using a Perl script to parse the lettering out however I thought by using
use feature 'unicode_strings';
in the Perl this would allow the csv to store Arabic lettering however it does not.
Is there a way round this?
1 Answer