Version 0 of Bug in regsub with "special chars"?

Updated 2012-07-10 23:20:45 by mof

regsub -all {[s} "s" "a" new_str] substituts to 1, whereas

regsub -all {[ß} "ß" "a" new_str] substituts to 2.

I guess it's some encoding stuff, as äöü trigger this, too. But I don't know how tcl handles special encodings.