"Emmanuel Rodriguez" <[EMAIL PROTECTED]> writes:
>
>       # Escape the XML entities - MUST be done before applying the Pango 
> markup
>       $text =~ s/([<&>])/$ENTITIES{$1}/eg;

Glib::Markup::escape_text() might do that.  (A well-hidden func :-)
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to