Version 0 of translit

Updated 2009-06-14 09:41:21 by dkf

This command is part of the TclX package.

translit inrange outrange string

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.