math symbols not displaying

2006-07-14 Thread Andrew Dabrowski
I'm working on a simple Python program, with Tkinter, and I need to display the math symbols for set union and intersection, in unicode \N{N-ARY UNION} and \N{N-ARY INTERSECTION}. Everything was displaying correctly (when I ran the program) until I changed my OS distribution from SuSE to Ubuntu

Re: math symbols not displaying

2006-07-15 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Andrew Dabrowski wrote: > I'm working on a simple Python program, with Tkinter, and I need to > display the math symbols for set union and intersection, in unicode > \N{N-ARY UNION} and \N{N-ARY INTERSECTION}. Everything was displaying > correctly (when I ran the program