Re: Message encoding by guessing

2020-02-09 Thread Viktor Dukhovni
On Sun, Feb 09, 2020 at 01:45:21PM +0300, wes...@199903.xyz wrote: > How to guess the message body’s language encoding if message didn’t > have MIME charset set?  The message may be encoded with utf8, gb2312, > gbk or something others, but it didn’t have an charset header. You could run the text

Re: Message encoding by guessing

2020-02-09 Thread Bastian Blank
On Sun, Feb 09, 2020 at 01:45:21PM +0300, wes...@199903.xyz wrote: > How to guess the message body’s language encoding if message didn’t have MIME > charset set?  The message may be encoded with utf8, gb2312, gbk or something > others, but it didn’t have an charset header. Well, text/*, with the

Message encoding by guessing

2020-02-09 Thread wesley
Hi How to guess the message body’s language encoding if message didn’t have MIME charset set?  The message may be encoded with utf8, gb2312, gbk or something others, but it didn’t have an charset header. Thanks