Open Bugs | New Bug anonymous
Login/Register

Equi4 SoftwareEdit Bug

Title: encoding problem Status: open
Product: Tclkit Severity: minor
Version: 8.4.2 Type: bug
Assign to:
Platform:
found on HP-UX and solaris
Message:

File:
Description:

Messages

2004/02/05
Tclkit does this
% tclkit
% set null \x0000
�
%
instead of this
% tclsh
% set null \x0000
%
2004/05/17 jcw
With Tclkit 8.4.6 on Linux, I get:
$ tclkit
% set null \x0000
??
%
% string length $null
1
% encoding system
iso8859-1
%
I'm not sure how to interpret this.

Bug Tracker © 2002 McMillan Enterprises, Inc.