You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have clone repo. then create individual/unhinted/ directory and copy all noto ttf files from noto-fonts report unhinted directory to individual/unhinted/ direcotry.
then I run python merge_noto.py (after copy in this directoy ) then getting following error.
Traceback (most recent call last):
File "merge_noto.py", line 272, in
main()
File "merge_noto.py", line 257, in main
name = unicode(name_record.string, 'UTF-16BE')
NameError: name 'unicode' is not defined
The text was updated successfully, but these errors were encountered:
Please tell me steps to merge all language files.
I have clone repo. then create individual/unhinted/ directory and copy all noto ttf files from noto-fonts report unhinted directory to individual/unhinted/ direcotry.
then I run python merge_noto.py (after copy in this directoy ) then getting following error.
Traceback (most recent call last):
File "merge_noto.py", line 272, in
main()
File "merge_noto.py", line 257, in main
name = unicode(name_record.string, 'UTF-16BE')
NameError: name 'unicode' is not defined
The text was updated successfully, but these errors were encountered: