We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb899 commit 47df258Copy full SHA for 47df258
1 file changed
scriptshifter/trans.py
@@ -2,7 +2,7 @@
2
3
from importlib import import_module
4
from re import Pattern, compile
5
-from unicode_data import normalize as precomp_normalize
+from unicodedata import normalize as precomp_normalize
6
7
from scriptshifter.exceptions import BREAK, CONT
8
from scriptshifter.tables import (
0 commit comments