Artifact e19d265d6d4cbf046d6173a1337ee5108118181d5aa50671d5ff812c61e051dd:
#!/usr/bin/tclsh puts "Encoding: [encoding system]" set comment "测试包装" set comment [encoding convertto utf-8 $comment] puts [binary encode hex $comment] puts $comment set comment [string trim $comment] puts [binary encode hex $comment] puts $comment