Sujet : Re: Tcl9: source files are interpreted as utf-8 by default
De : luc (at) *nospam* sep.invalid (Luc)
Groupes : comp.lang.tclDate : 08. Jan 2025, 15:42:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250108114254.7f56f049@lud1.home>
References : 1 2 3 4 5
On Wed, 8 Jan 2025 11:35:19 -0300, Luc wrote:
I can get my encoding in the ::env array on Linux. Can you on Windows?
If so, maybe you can use that to set the encoding in the beginning
of all scripts and never have to change it because it will adjust
automatically.
**************************
Another idea: force all scripts to source a set_encoding.tcl file
stored somewhere. If you ever have to change, you change the one file
and move on. You could even make it blank if convenient or necessary.
-- Luc>