DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

translit(TCL)


translit -- change characters in inrange to outrange

Syntax

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.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003