DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

translit(TCL)


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.
02 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 02 June 2005