On Wed, 2011-09-21 at 16:04 -0400, Matthias Clasen wrote: > Looks safe an limited, so +1. > But its just a workaround...is the underlying regex issue in gjs filed ?
There's no underlying regex issue, it's just that the string we previously used as a printf format contained URI-escaped filenames, so in some locales that resulted in strings like "file:///home/prahal/T%C3% A9l%C3%A9chargements" confusing the printf. I pushed the patch to master now. Thanks, Cosimo _______________________________________________ [email protected] http://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.
