https://bugzilla.wikimedia.org/show_bug.cgi?id=29564
--- Comment #4 from Marcin Cieślak <[email protected]> 2011-06-24 18:32:51 UTC --- Thanks for looking at this quickly. I just went through the LQT wikis using the toolserver databases, issuing a query: select thread_id, thread_signature from thread where length(thread_signature)=255; 149 sql enwikinews_p < problem.sql 150 sql enwiktionary_p < problem.sql 151 sql mediawikiwiki_p < problem.sql 153 sql ptwikibooks_p < problem.sql 154 sql strategywiki_p < problem.sql 155 sql sewikimedia_p < problem.sql 156 sql svwikisource_p < problem.sql 157 sql wikimania2010wiki_p < problem.sql 158 sql wikimania2011wiki_p < problem.sql officewiki_p couldn't be checked because we don't have this one :) Few wikis have that long signatures stored, but the above case in huwiki is the only one that ends with a broken UTF-8 sequence. Many signatures in other database ended up encoded in HTML entities, so they have no chance to break UTF-8 this way. So it seems to be that only one row with thread_id = 1288 needs to be updated in the huwiki_p database. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
