develooper Front page | perl.perl5.porters | Postings from December 2003

Re: Poor State of the Man Pages

Thread Previous | Thread Next
From:
david nicol
Date:
December 1, 2003 15:51
Subject:
Re: Poor State of the Man Pages
Message ID:
1070322632.977.34.camel@plaza.davidnicol.com
On Thu, 2003-11-27 at 13:21, Tom Christiansen wrote:
> [...]
> In summary, because to translate is to paraphrase, and because the tr/// 
> operator does no such thing, transliterate is the correct term to describe 
> its operation of mere character-set (that is, alphabet) transcription.  
> 
> Or did you want it to be "transcription"? :-)
> 
> --tom

but tr(1) does neither translation or transliteration in the linguistic
sense. It creates a "translation table" and looks up characters in it
and creates a new string by mapping each character in the input to the
character listed in the table under the input character.

This operation was termed "translation" by some whimsical software 
engineer deep in the mists of long-ago, due to the functional similarity
between the operation of tr(1) and the activity of translating language 
by looking up words in a bilinugal dictionary.




-- 
david nicol "I'll be working, working; but if you come visit I'll
put down what I'm doing: my friends are important" -- David Byrne


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About