Re: difference between tclkit and tclsh
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: difference between tclkit and tclsh

From: David Zolli <kroc@kroc.tk>
Date: Fri Oct 28 2005 - 13:00:23 CEST

ntcross@046.ru a écrit :
> David Zolli писал(а):
>
>
>>That's because tclkit doesn't include your default encoding (koi8-5) by
>>default.
>
>
> No, it does! Citing myself:
>
>>>tclkit:
>>>% encoding system
>>>koi8-r

Oups, sorry, I've missed this point.

> And, by the way, I've also tried it with tclkit 8.5a4 taken from
> your site. Results are the same. Try it yourself.

david@kroc:~$ tclkit
% encoding system
utf-8
% encoding system koi8-r
% encoding system
koi8-r
% fconfigure stdin
-blocking 1 -buffering line -buffersize 4096 -encoding utf-8 -eofchar {}
-translation auto -mode 38400,n,8,1 -xchar { }
% fconfigure stdout
-blocking 1 -buffering line -buffersize 4096 -encoding utf-8 -eofchar {}
-translation crlf -mode 38400,n,8,1 -xchar { }
% fconfigure stderr
-blocking 1 -buffering none -buffersize 4096 -encoding utf-8 -eofchar {}
-translation crlf -mode 38400,n,8,1 -xchar { }

-- 
David Zolli - Kroc
http://www.kroc.tk
Received on Mon Nov 21 00:36:30 2005