On Sat, Jul 3, 2010 at 4:12 PM, Ademir Francisco da Silva
<ademirfs_...@itelefonica.com.br> wrote:
> excerpt of may code is ...
> fig.suptitle( "LotoFácil", fontsize = self.fon[ 6 ][ 1 ], fontweight = "extra 
> bold",
>                       fontstyle = "italic", color = self.cor[ 608 ][ 1 ], lod 
> = True )
>
> but I'm Brazilian and this is not correct for us. Help me please.

Try using a python unicode string instead:

fig.suptitle( u"LotoFácil", fontsize = self.fon[ 6 ][ 1 ], fontweight
= "extra bold",
                       fontstyle = "italic", color = self.cor[ 608 ][
1 ], lod = True )

That works for me here (though with the original, I just get missing
characters, not an error).

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to