Quick tutorial on using the unicodedata module?

Skip Montanaro skip at pobox.com
Wed Jan 1 15:13:44 EST 2003


    Christos> Would this help at all?
    ...

Yeah, thanks...

    >>> [(x,y) for (x,y) in unicode_names if y.lower().find("ellipsis") != -1]
    [(3759, 'LAO ELLIPSIS'), (6145, 'MONGOLIAN ELLIPSIS'),
     (8230, 'HORIZONTAL ELLIPSIS'), (8942, 'VERTICAL ELLIPSIS'),
     (8943, 'MIDLINE HORIZONTAL ELLIPSIS'),
     (8944, 'UP RIGHT DIAGONAL ELLIPSIS'),
     (8945, 'DOWN RIGHT DIAGONAL ELLIPSIS')]

Skip





More information about the Python-list mailing list