X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=html-sh.sed;h=976d42e814d4f4d836f3bb93df97653f10fd4b48;hp=cb1c613185356b03eac15be9fd59967f3b769784;hb=e2678dc719c2dcda2de9a6079ac63837681e1a26;hpb=d0c60cf4f8431e100a0a326931388e6d11a5fd56 diff --git a/html-sh.sed b/html-sh.sed index cb1c613..976d42e 100755 --- a/html-sh.sed +++ b/html-sh.sed @@ -1,4 +1,12 @@ -#!/bin/sed -nrf +#!/bin/sed -nEf + +:Escapes +s,\\\\,\\,g; s,\\&,\&,g; +s,\\<,\<,g; s,\\>,\>,g; +s,\\",\",g; s,\\',\',g; +s,\\\[,\[,g; s,\\\],\],g; +s,\\\.,\.,g; s,\\#,\#,g; +s,\\,,g; :CommentHandle x; /^<\/!-->/{