Re: Maildrop handling subject containing unicode characters

Milan Obuch <[email protected]> Sat, 10 Sep 2022 13:36:13 +0200
Newsgroups gmane.mail.maildrop
Message-ID <[email protected]>
On Sat, 10 Sep 2022 07:24:44 -0400
Sam Varshavchik <[email protected]> wrote:

[ snip ]

> Your locale is not UTF-8?
> 
> $ locale
> LANG=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_COLLATE="en_US.UTF-8"
> LC_MONETARY="en_US.UTF-8"
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER="en_US.UTF-8"
> LC_NAME="en_US.UTF-8"
> LC_ADDRESS="en_US.UTF-8"
> LC_TELEPHONE="en_US.UTF-8"
> LC_MEASUREMENT="en_US.UTF-8"
> LC_IDENTIFICATION="en_US.UTF-8"
> LC_ALL=
> 
> reformime reads the encoding from the system locale. You can use -c
> UTF-8 to override it. It's all in the man page.
> 

Thank you! This was the missing point. I overlooked it in the man page,
adding -c UTF-8 does exactly what was expected.

Regards,
Milan