Skip to content

Commit 8a8feab

Browse files
committed
Add initial version of Unicode utility functions in unicode_util.py.
Uses unicodedata, which requires Python 2.5
1 parent ab1c578 commit 8a8feab

3 files changed

Lines changed: 400 additions & 3 deletions

File tree

python/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tests/testdata/__init__.py: ../resources/PhoneNumberMetaDataForTesting.xml buil
1010
test: tests/testdata/__init__.py
1111
python phonenumbers/__init__.py
1212
python phonenumbers/re_util.py
13+
python phonenumbers/unicode_util.py
1314
python tests/__init__.py
1415

1516
# Coverage; requires coverage module
@@ -19,6 +20,7 @@ coverage_clean:
1920
coverage -e
2021
coverage_generate:
2122
coverage -x phonenumbers/re_util.py
23+
coverage -x phonenumbers/unicode_util.py
2224
coverage -x tests/__init__.py
2325
coverage_report:
2426
coverage -m -r $(COVERAGE_FILES)

0 commit comments

Comments
 (0)