in reply to Transform ASCII into UniCode
From the documentation of tr:
Characters may be literals, or (if the delimiters aren't single quotes) any of the escape sequences accepted in double-quoted strings. But there is never any variable interpolation, so "$" and "@" are always treated as literals.
Bill
In Section
Seekers of Perl Wisdom