[ 845172 ] Updating to Unicode 4.0.0

Instead of using a list internally, I now use a dict, since the unicode
mapping is quite sparse (lots of unused slots).


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@465 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2004-09-25 07:47:41 +00:00
parent 6588c4e2df
commit 13325c613a
3 changed files with 4499 additions and 20 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/local/bin/python
"""usage: ttroundtrip [options] font1 ... fontN

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/python
def _dummy():