![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: tcl 8.0.5 encoding
From: David Gravereaux <davygrvy@pobox.com>
Date: Wed Mar 01 2006 - 22:56:30 CET
Farty wrote:
Try this:
regsub -all -- {[\x82-\x9f]+} $str {[\0]}
Where $str is the string you want flagged between brackets for that "not
Donal makes a good point about encodings. 8.0.5 doesn't know anything
If on the other hand, you upgrade your app from 8.0.5 to the current and
http://www.cs.tut.fi/~jkorpela/www/windows-chars.html#list
|