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. ---- !!!!!! %| [Category Command%|%Command%|%] | [Category TclX%|%TclX%|%] |% !!!!!!