Open Bugs | New Bug anonymous
Login/Register

Equi4 SoftwareEdit Bug

Title: [string toupper] erranous/different from tclsh with Status: later
Product: Tclkit Severity: minor
Version: 8.4.6 Type: bug
Assign to:
Platform:
Win32
Message:

File:
Description:

Messages

2004/08/04
>tclkit-win32-sh
% set name �������
�������
% string toupper $name
������┴
% exit
>tclsh
% set name �������
�������
% string toupper $name
�������
%
[email protected]
2004/09/10 jcw
There have been a number of encoding issues with tclkit, some of them caused
by a serious startup issue in Tcl itself (needing encodings before the system has
initialized itself far enough to be able to load those from the database embedded
in the Tclkit executable).
I wish I knew how to resolve this problem :(
You might be able to force a proper interpretation of encodings by calling "encoding
system ..." as part of your startup, i.e. in your Tcl scripts.
-jcw

Bug Tracker © 2002 McMillan Enterprises, Inc.