GITLAB
tvolleri
/
ima3_projet_pa_2019
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
40ba146776bdfcc0fbfdf23733613a1307671b15
Authored by
tvolleri
2019-05-03 18:22:31 +0200
1 parent
59973bbe
inutile
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
conv-accents.sh
Inline
Side-by-side
conv-accents.sh deleted
View file @
59973bb
@@ -1,4 +0,0 @@
@@ -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