This command is part of the TclX package.
Return a string which consists of string with the characters described by inrange changed to those in outrange. Compare with string map and the Unix tr utility program.
For example:
translit a-z A-Z foobar
will return FOOBAR.