mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[test] Try import unicodedata2 as unicodedata
This commit is contained in:
parent
81afdbe803
commit
eb1e602877
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ from __future__ import print_function, division, absolute_import
|
|||
|
||||
import sys, os, re, difflib, unicodedata, errno, cgi
|
||||
from itertools import *
|
||||
try:
|
||||
import unicodedata2 as unicodedata
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
diff_symbols = "-+=*&^%$#@!~/"
|
||||
diff_colors = ['red', 'green', 'blue']
|
||||
|
|
Loading…
Add table
Reference in a new issue