Conversation
I have implemented parsing for roman, for the case of parsing any roman numeral in a sentence you have to specify the language.
This reverts commit 386fdd9.
I have implemented parsing for roman, for the case of parsing any roman numeral in a sentence you have to specify the language.
This reverts commit 6658bc4.
This reverts commit 81ed627.
This reverts commit 386fdd9.
added encoding='utf8' to __init__.py
This reverts commit b36483e.
This reverts commit ce81365.
This reverts commit c6285cb.
This reverts commit ff64b93.
added encoding='utf8' to __init__.py
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 86 86
Lines 328 328
Branches 60 60
=======================================
Hits 324 324
Misses 1 1
Partials 3 3 |
|
Nice. Did you check if there were any other It would also be a great opportunity to add Windows to the CI. |
|
Hi @Gallaecio hope you and your family are safe. |
|
Could you remove the one without Python 3.9? I believe it is an unused, leftover file. |
Regarding isssues#66, added
encoding='utf8'to theopen()function on line 23 in__init__.py. This fixes the pytest issues for Hindi, Spanish and Russian on Windows.