I'm not sure, but, maybe you need to use fconfigure?
e.g.
set f [open test.txt r]
fconfigure $f -translation binary
Steven Cariglia
[EMAIL PROTECTED]
On 10 Feb, Wojciech Kocjan wrote:
> Hello again.
>
> I've changed default system encoding to iso8859-2. Here's my small
> script:
>
> <+
> # reading 'test.txt' from a file (converted to Utf-8)
> set f [open test.txt r]
.
.
<snip>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]