DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

translit(1tcl)


translit -- change characters in inrange to outrange

Synopsis

translit inrange outrange string

Description

Translates characters in string, changing characters occurring in inrange to the corresponding characters in outrange. inrange and outrange may be a list of characters or a range in the form ``A-M''. For example:
translit a-z A-Z foobar
returns FOOBAR.
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004