GNOME Bugzilla – Bug 537279
Add countries to database
Last modified: 2008-06-13 18:25:14 UTC
Add countries to database for jumper and for evaluator take countries from here: http://en.wikipedia.org/wiki/List_of_countries_by_continent process like this: with vim: 1 selected all 2 substitution :'<,'>s/\(..\) \(..\) \(...\) \(...\) \(.*$\)/\1:\5:\3 eg. from: AF AO AGO 024 Angola, Republic of to: AF:Angola, Republic of:AGO 3 !sort countries table inegrates like this: http://svn.gnome.org/svn/chronojump/trunk/sqlite_diagrams/chronojump_sqlite.png