blob: c0102c40793d07f11e7da31e14749c0fdebad031 [file] [log] [blame]
length($1) == 0 { next }
{gsub("[" $1 "]","(&)"); print}
{gsub("[" $1 "]","(\\&)"); print}