如何在Tcl(JIM TCL)中获取数值的Unicode字符

时间:2016-06-19 15:49:18

标签: tcl

出于某些原因,我需要使用jim tcl, 这就是我的代码:

set numbertoconvert 40
if { $numbertoconvert >= 32 } { puts ["A CODE TO GET 40th UNICODE CHARACTER WHICH IS "(""] }

1 个答案:

答案 0 :(得分:1)

format%c修饰符一起使用:

format %c 40