comparison bin/lowercase2 @ 10405:7e3d418282aa

<hppavilion1> ` sed -i "s/\xc3\x81/\xc3\x81\xc3\x89/" bin/lowercase2 && sed -i "s/\xc3\xa1/\xc3\xa1\xc3\xa9/" bin/lowercase2
author HackBot
date Sat, 11 Mar 2017 09:13:44 +0000
parents ae8c85a34aa9
children 1c1c85e58976
comparison
equal deleted inserted replaced
10404:ae8c85a34aa9 10405:7e3d418282aa
1 #!/bin/bash 1 #!/bin/bash
2 tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜÁÓÚÝ/øåæœþðäöüáóúý/' 2 tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜÁÉÓÚÝ/øåæœþðäöüáéóúý/'