Michael S. Tsirkin <[EMAIL PROTECTED]>:
> Hello!
> Have the following problem with mutt-1.0.1:
> Each time a message comes with
>
> Content-Type: text/plain; charset=koi8-r
>
> All koi8 letters are replaced with '?' in an internal viewer
> I must pipe to 'cat' to see the real contents.
>
> Does anyone have a clue how can this be helped?
It sounds like either you haven't set mutt's "charset" variable, or
your environment variables are set to the wrong locale (try
LC_CTYPE=ru.KOI8-R), or your locale is broken (so you should compile
with --enable-locales-fix).
Edmund