Re: Using Symbola or equivalent Unicode6 font with Reportlab
Anders Hammarquist <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
In a message of Fri, 21 Feb 2014 11:27:50 +0000, Robin Becker writes: >As I understand it there are some issues in python 2.x unicode related to going >outside the standard plane, but I'm not sure if that's what you mean. If you have a narrow python2 (which you only ever get on windows), it's unicode type can only handle the basic multilingual plane (i.e. code points up to 0xffff). You can check sys.maxunicode to see if your python is wide or narrow. /Anders