do not add spaces to slash replacements (s_/_-_ and not s_/_ - _)
parent
e8362b55da
commit
69e4cac809
|
@ -29,8 +29,8 @@ regroup_lines() awk '
|
||||||
# From ’ to '
|
# From ’ to '
|
||||||
simple_quote() sed "s/e2 80 99/27/g"
|
simple_quote() sed "s/e2 80 99/27/g"
|
||||||
|
|
||||||
# From / to ' - '
|
# From / to '-'
|
||||||
replace_slashes() sed "s/2f/20 2d 20/g"
|
replace_slashes() sed "s/2f/2d/g"
|
||||||
|
|
||||||
remove_multibyte_characters() sed "s/e2 80 .. //g"
|
remove_multibyte_characters() sed "s/e2 80 .. //g"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue