How i can translate with tcl text from koi8 to cp1251 ? or how i can do command /quote for bot from tcl ?
please help me
Code: Select all
set a [encoding convertfrom koi8-r $koi8text]
set b [encoding convertto cp1251 $a]