[reportlab-users] czech characters

Andy Robinson reportlab-users@reportlab.com
Sun, 30 Nov 2003 17:57:36 -0000


>
> Yes. iso-8859-2 (latin 2) is the code set for Central European languages 
> using latin letters:  Croatian, Czech, Hrvatski, Hungarian, Polish, 
> Romanian, Slovak, Slovenian
> 
Can you tell us where you found the free fonts?
If they can be redistributed without trouble, we could
make a useful extra download:  some font files plus a
little python file which registers them, and put them in
a standard place.  So you could do this:

   import reportlab.fonts.ce
   reportlab.fonts.ce.register()

and have the named fonts available...

Best Regards,

Andy Robinson