Re: SMTP and russian language



megabuz@xxxxxxxxx schrieb:
I changed
set token [mime::initialize -canonical text/plain -string
"Привет"]
to
set token [mime::initialize -canonical text/plain -string [encoding
convertto "Привет"]]
and all ok
but i don't know why :(

You should simply cut and copy working code and we could tell you...,
those above is missing the critical info (the first argument to encoding
convertto].

Encoding handling for mime is a bit more complex, afaik you need some
kind of header to indicate your not sending US ASCII...

Michael
.