Skip to content

Commit

Permalink
fix the russian encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mgumz committed Oct 8, 2016
1 parent 18839f0 commit 223cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lists/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ german.stripped: diceware_german.txt
sed -n -e 's/^[0-9]*[ ]//p' $< > $@

russian.stripped: diceware.ru.txt
sed -n -e 's/^[0-9]*[ ]//p' $< > $@
sed -n -e 's/^[0-9]*[ ]//p' $< | iconv -t latin1 | iconv -f cp1251 -t utf-8 > $@

eff2016.stripped: eff_large_wordlist.txt
sed -n -e 's/^[0-9]*[ ]//p' $< > $@

0 comments on commit 223cd6e

Please sign in to comment.