dotfiles/.bin/OLD/transliterate

9 lines
88 B
Sed
Executable File

#!/usr/bin/sed -f
s/ä/ae/g
s/Ä/Ae/g
s/ü/ue/g
s/Ü/Ue/g
s/ö/oe/g
s/Ö/Oe/g
s/ß/ss/g