[dutch-svn] r135 - trunk

Kurt Roeckx kroeckx at alioth.debian.org
Sun Jul 5 17:02:46 UTC 2009


Author: kroeckx
Date: 2009-07-05 17:02:45 +0000 (Sun, 05 Jul 2009)
New Revision: 135

Modified:
   trunk/convert
Log:
Also split words with a / in it.


Modified: trunk/convert
===================================================================
--- trunk/convert	2009-07-05 16:43:13 UTC (rev 134)
+++ trunk/convert	2009-07-05 17:02:45 UTC (rev 135)
@@ -89,7 +89,7 @@
 # Add to the list
 cat $UTF8WORDLIST tmp.txt > $UTF8FIXEDLIST
 # Split words
-grep '[ -]' $UTF8FIXEDLIST | sed -e 's/[- ]/\n/g' > tmp.txt
+grep '[ -/]' $UTF8FIXEDLIST | sed -e 's/[- /]/\n/g' > tmp.txt
 # Add to the list
 cat tmp.txt >> $UTF8FIXEDLIST
 




More information about the pkg-dutch-commit mailing list