Re: UTF-8 Euro symbol problem



[encoding system] controls how strings from and to the OS are
converted. It is bug-dangerous to change it. As the console uses
cp1252, Tcl converts console input from that to utf-8 internally, and
back to cp1252 when you do a [puts] or so.
Independent of encoding, you can specify @ as \u20ac :)

.