Re: tcl 8.0.5 encoding
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: tcl 8.0.5 encoding

From: Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
Date: Tue Feb 28 2006 - 15:29:26 CET

Farty wrote:
> Does anyone know anyway to query out all the latin1 charset that is not
> being supported by tcl8.0.5?

Your question is not really meaningful. Tcl 8.0.5 is (almost) 8-bit
clean and assumes that all characters from \x01 to \x7e map are the
respective ASCII chars, but it is otherwise largely oblivious of
encoding. It just passes the characters through. The "almost" is because
it does not support NULs in array variable names (and a few other places
that are unlikely to be problems for anyone) but everything else should
be fine.

But 8.0.5 is old. Really old. Why use it? 8.4 is faster *and* supported!

Donal.
Received on Sun Apr 30 02:17:49 2006