Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge_noto.py #486

Open
hemantagrawal25 opened this issue Jun 19, 2019 · 1 comment
Open

merge_noto.py #486

hemantagrawal25 opened this issue Jun 19, 2019 · 1 comment

Comments

@hemantagrawal25
Copy link

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

@anthrotype
Copy link
Contributor

Please retry using python 2.7. nototools does not support python 3 yet.
The unicode object is python2-only, it is just str in python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants