https://bugzilla.wikimedia.org/show_bug.cgi?id=39895
Maarten Dammers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Maarten Dammers <[email protected]> 2012-09-02 10:13:12 UTC --- Getting a warning: """ Getting 34 pages from wikipedia:sr... Found unknown field: ISO on page СпиÑак_аÑÑ ÐµÐ¾Ð»Ð¾ÑÐºÐ¸Ñ _налазиÑÑа_Ñ_СÑбиÑи Field: ISO Value: RS-04 """ The iso field is case sensitive. I'm picking up some iso codes, but not everything is filled yet: mysql> SELECT `iso_okrug`, COUNT(`iso_okrug`) FROM `monuments_rs_(sr)` GROUP BY `iso_okrug`; +-----------+--------------------+ | iso_okrug | COUNT(`iso_okrug`) | +-----------+--------------------+ | | 2113 | | RS-00 | 37 | | RS-01 | 8 | | RS-02 | 3 | | RS-03 | 3 | | RS-04 | 6 | | RS-05 | 6 | | RS-06 | 31 | | RS-07 | 38 | | RS-08 | 13 | | RS-09 | 10 | | RS-10 | 1 | | RS-11 | 7 | | RS-12 | 10 | | RS-13 | 6 | | RS-14 | 31 | | RS-15 | 10 | | RS-16 | 19 | | RS-17 | 6 | | RS-18 | 15 | | RS-19 | 10 | | RS-20 | 13 | | RS-21 | 2 | | RS-22 | 2 | | RS-23 | 6 | | RS-24 | 2 | | RS-KM | 2 | +-----------+--------------------+ 27 rows in set (0.02 sec) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
