X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=version-charset-test.git;a=blobdiff_plain;f=escape;h=3712b1181dae0c212366edf202bc132c621f055c;hp=cd2655fbb2337db277cfa9824bdff35284bb3ba5;hb=d69b9bed90062a1515c00c410ad0d2b24bfb2e54;hpb=f41f5aef52c1db36ca4bea5bc1cb8c218fe1226c diff --git a/escape b/escape index cd2655f..3712b11 100755 --- a/escape +++ b/escape @@ -2,4 +2,4 @@ use strict; y/:~/%_/; -s/\.(?=\.|$|lock$)/.#/; +s/\.(?=\.|$|lock$)/.#/g;