GNOME Bugzilla – Bug 656193
don't revalidate utf8 elementfactory metadata all the time
Last modified: 2011-08-10 11:46:51 UTC
We did utf8 validation every time we copied element factory metadata (author,description,...). This patch moves it to the place where we save the registry (less frequent).
Created attachment 193461 [details] [review] move utf8 checks
Looks good, checking when reading only additionally prevents problems when reading a corrupt registry but we don't have any checks for corrupt registries elsewhere anyway.