[Bug 394502] Re: umlauts cause KeyError

2012-11-17 Thread Julian Taylor
** Changed in: matplotlib (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/394502 Title: umlauts cause KeyError To manage notifications about this bug

[Bug 394502] Re: umlauts cause KeyError

2010-11-07 Thread Jouni K . Seppänen
Fixed in 1.0.0. ** Changed in: matplotlib Importance: Unknown = Undecided ** Changed in: matplotlib Status: Unknown = New ** Changed in: matplotlib Remote watch: SourceForge.net Tracker #2862610 = None ** Changed in: matplotlib Status: New = Fix Released -- umlauts cause

[Bug 394502] Re: umlauts cause KeyError

2009-09-21 Thread Bug Watch Updater
** Changed in: matplotlib Status: Fix Committed = Unknown -- umlauts cause KeyError https://bugs.launchpad.net/bugs/394502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 394502] Re: umlauts cause KeyError

2009-09-20 Thread Jouni K . Seppänen
OK, I can reproduce this using a Cyrillic font (larm1440 is the exact TeX font that gets used). I will check in something like your patch to avoid the exception, but it doesn't really fix the root problem, which is that for whatever reason matplotlib.dviread fails to obtain the font metrics for

[Bug 394502] Re: umlauts cause KeyError

2009-09-20 Thread Jouni K . Seppänen
** Bug watch added: SourceForge.net Tracker #2862610 http://sourceforge.net/support/tracker.php?aid=2862610 ** Also affects: matplotlib via http://sourceforge.net/support/tracker.php?aid=2862610 Importance: Unknown Status: Unknown -- umlauts cause KeyError

[Bug 394502] Re: umlauts cause KeyError

2009-09-20 Thread Jouni K . Seppänen
There was an off-by-one error in the tfm metrics input. I believe that revision 7796 (on the 0.99 maintenance branch) and revision 7797 (on the trunk) fix this. -- umlauts cause KeyError https://bugs.launchpad.net/bugs/394502 You received this bug notification because you are a member of Ubuntu

[Bug 394502] Re: umlauts cause KeyError

2009-09-20 Thread Jouni K . Seppänen
** Changed in: matplotlib Status: Unknown = Fix Committed -- umlauts cause KeyError https://bugs.launchpad.net/bugs/394502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 394502] Re: umlauts cause KeyError

2009-09-20 Thread Benjamin Drung
** Changed in: matplotlib (Ubuntu) Status: New = Triaged ** Changed in: matplotlib (Ubuntu) Importance: Undecided = Medium -- umlauts cause KeyError https://bugs.launchpad.net/bugs/394502 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 394502] Re: umlauts cause KeyError

2009-09-15 Thread gvard
I have the same bug, but with cyrillic letter я (KeyError: 255). Code to reproduce: from matplotlib import rc rc('text', usetex=True) rc('text.latex',unicode=True) rc('text.latex',preamble='\usepackage[utf8]{inputenc}') rc('text.latex',preamble='\usepackage[russian]{babel}')

[Bug 394502] Re: umlauts cause KeyError

2009-09-15 Thread gvard
Oh, sorry, it seems, that patch loss its indentation. And, finally, I reproduce this bug with different versions of matplotlib (0.98...0.99), TeX distribution (Tetex, TexLive), fonts (helvetica, serif) and system (FreeBSD 7.2 too)! I really don't know, how to correctly fix this. -- umlauts

[Bug 394502] Re: umlauts cause KeyError

2009-09-12 Thread Jouni K Seppänen
I tried this using the trunk version of matplotlib using Helvetica for the font, and encountered no problems with the pdf backend (though the Agg backend didn't seem to work). Is pdflatex or any of the dvi-to-pdf converters able to create a pdf file from TeX source containing umlauted characters