Cowsay's .cow files are perl scripts which contain escaped character sequences. This results in an excess of backslashes in the rendered cow. This change replaces occurrences of \x with just x.
This change also introduces conditional unescaping based on whether the cowfile is an original perl-script cowfile or a plain ascii-art file.
Refs T9471