Search results

  1. I

    How to use the Perl split() function with Arabic text?

    I have a text file containing Arabic text. I have tried to use the split() function in Perl to process the Arabic text but it seems to handle it incorrectly. Do I have to prepare the string variables in any special way (such as to use unicode or utf8) first before working on them so that the...
  2. I

    How to use the Perl split() function with Arabic text?

    I have a text file containing Arabic text. I have tried to use the split() function in Perl to process the Arabic text but it seems to handle it incorrectly. Do I have to prepare the string variables in any special way (such as to use unicode or utf8) first before working on them so that the...
Back
Top