commit | 988350586f607c7a46bbb658a2abecfd004f41fb | [log] [tgz] |
---|---|---|
author | Khaled Hosny <khaledhosny@eglug.org> | Sat Jun 18 21:12:19 2016 +0200 |
committer | Khaled Hosny <khaledhosny@eglug.org> | Sat Jun 18 23:01:58 2016 +0200 |
tree | 86a66cc5367c072a6f24d93c5062d1ec23a03d42 | |
parent | 4b8de1ea804b225e8357422d0686aad76b05ccf3 [diff] |
[tests] Workaround Python 2 “narrow” builds The so-called Python 2 “narrow” builds support UCS2 only, this is a workaround to allow unichr to work with any Unicode character in such builds. This fixes Travis-CI failure as it has narrow Python 2 builds. Copied from: https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py