changeset 10400:690e425aa4a9

<hppavilion1> ` sed -i "s/A\xcc\x8a/\xc3\x85/" bin/lowercase2
author HackBot
date Sat, 11 Mar 2017 08:59:17 +0000
parents 3bfbf2cf838d
children 950707f03c81
files bin/lowercase2
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/lowercase2	Sat Mar 11 08:55:47 2017 +0000
+++ b/bin/lowercase2	Sat Mar 11 08:59:17 2017 +0000
@@ -1,2 +1,2 @@
 #!/bin/bash
-tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜ/øåæœþðäöü/'
+tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜ/øåæœþðäöü/'