Skip to content

Commit

Permalink
fix: fix suffix test UnicodeEncodeError: 'charmap' codec can't encode…
Browse files Browse the repository at this point in the history
… character '\u1ea3' aka 'ả'
  • Loading branch information
vTuanpham committed Sep 5, 2024
1 parent 9d2eb82 commit 757945e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/remove_repeating_suffix_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import time
import sys
sys.path.append('.')
sys.stdout.reconfigure(encoding='utf-8')
from string_ops import remove_fuzzy_repeating_suffix


Expand Down

0 comments on commit 757945e

Please sign in to comment.