linuxscout / pyarabic

pyarabic
GNU General Public License v3.0
450 stars 85 forks source link

fixed bug in read function - added encoding utf8 support #36

Closed ELHoussineT closed 4 years ago

ELHoussineT commented 4 years ago

Fixed the read function in setup.py as the encoding was not explicitly defined and that resulted in error while installing with pip.

The error was as follows during pip install pyarabic: UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 301: character maps to <undefined>

Now the error is resolved.

linuxscout commented 4 years ago

Thanks a lot