[reportlab-users] Using Unicode fonts

Tim Roberts timr at probo.com
Fri Oct 6 13:17:14 EDT 2006


John J. Lee wrote:

>
> I'm waiting for the font with LONG RIGHTWARDS SQUIGGLE ARROW ;-)


Hmm, that must be fairly new.  All of the fonts I checked (including
Arial Unicode and Code2000 (which has more than 61,000 glyphs)) end the
2700 page at U+27BE.  LONG RIGHTWARDS SQUIGGLE ARROW is U+27FF.

C:\Tmp>python
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> x = u"\N{LONG RIGHTWARDS SQUIGGLE ARROW}"
>>> x
u'\u27ff'
>>>

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the reportlab-users mailing list