[Pkg-isocodes-devel] r1702 - trunk/iso-codes

toddy at alioth.debian.org toddy at alioth.debian.org
Wed Nov 26 13:55:43 UTC 2008


Author: toddy
Date: 2008-11-26 13:55:43 +0000 (Wed, 26 Nov 2008)
New Revision: 1702

Modified:
   trunk/iso-codes/ChangeLog
   trunk/iso-codes/README
Log:
Add note about missing file iso_3166.tab in README


Modified: trunk/iso-codes/ChangeLog
===================================================================
--- trunk/iso-codes/ChangeLog	2008-11-19 18:22:03 UTC (rev 1701)
+++ trunk/iso-codes/ChangeLog	2008-11-26 13:55:43 UTC (rev 1702)
@@ -1,6 +1,9 @@
 iso-codes trunk
 ---------------
 
+  [ General ]
+  * Add note about missing file iso_3166.tab in README
+
   [ ISO-639-3 ]
   * Update to 2008-11-10
 
@@ -38,6 +41,7 @@
   [ ISO-15924 translations]
   * Occitan correction by Yannick Marchegay. Closes: alioth#311227
 
+
 iso-codes 3.4
 -------------
 Tobias Quathamer <toddy at debian.org>

Modified: trunk/iso-codes/README
===================================================================
--- trunk/iso-codes/README	2008-11-19 18:22:03 UTC (rev 1701)
+++ trunk/iso-codes/README	2008-11-26 13:55:43 UTC (rev 1702)
@@ -32,6 +32,20 @@
 are stored in the directory "/usr/share/xml/iso-codes".
 
 
+NEWS: iso_3166.tab removed
+==========================
+
+Please note that the plain text tabular file "iso_3166.tab" has been
+removed from the directory /usr/share/iso-codes. If you need that
+specific format, you can easily regenerate the file. Install the
+package isoquery and run the following command:
+
+$ isoquery | cut -f 1,4 | sort > iso_3166.tab
+
+See the output of "isoquery --help" or "man isoquery" for more
+information and usage examples.
+
+
 ISO 3166
 ========
 




More information about the Pkg-isocodes-devel mailing list