On Sun, 18 Dec 2005, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Make sure to update your sources first; I've been messing around with wide string support on lots of places. :-)
I wasn't sure if it was safe to simply remove these seemingly redundant implementations though, or if I had to fix them instead.
Oh, yes, I did that. No, it was okay. I was originally trying to make sure that special strings were escaped (as shown in http://developer.gnome.org/doc/API/2.0/gtk/GtkLabel.html#gtk-label-set-marku...), but it escaped too much and nothing got marked up. But, I realized that since it was a string from pike, it really wasn't necessary...
I think I want to clean up pgtk.h also. It has some remnants of GTK1. Everything is utf-8 now, so having the PGTK_AUTO_UTF8 define and associated stuff is pointless.
lance