Commit 40ba146776bdfcc0fbfdf23733613a1307671b15

Authored by tvolleri
1 parent 59973bbe

inutile

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
conv-accents.sh deleted
... ... @@ -1,4 +0,0 @@
1   -if [ $# -ne 1 ]
2   -then echo "Usage: $0 /usr/share/dict/your_language (creates a local copy with accents converted)"
3   -else iconv -f utf8 -t ascii//TRANSLIT $1 > `basename $1`-no-accents
4   -fi