"Andre Engels" posted a comment on pywikipedia.r10047. URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10047#c32653
Commit summary for pywikipedia.r10047: 1. Use the configuration value of the encoding for transliteration purposes, even if it is overwritten in a subclass 2. Allow multi-step transliteration (x transliterates to y, which however cannot be shown either, then use the transliteration of y as the transliteration for x) 3. Add transliteration for Lao alphabet Andre Engels's comment: Hmmm... It might cause an infinite loop, yes. I don't think the current data would include a potential infinite loop, but that is not something we should realy on. Rather than using the proper thing and keep track of the values we have already had, I think that in this case we can simply restrict the number of times the loop is gone through - four times should be plenty, I think the actual maximum is likely to be 2. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
