Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] Sympatic unicode ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Soji Ikeda <address@concealed>
  • To: Marc Chantreux <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-developpers] Sympatic unicode ?
  • Date: Fri, 2 Mar 2018 17:55:22 +0900

Hi,

I think the most important point is that **mail messages are not text data**.

They should not be read / written through :utf8 layer, but :bytes layer.
E.g. following operations should use :bytes layer:
- Opening messages on disk.
- Opening pipe to sendmail.

Secondarily important is that **Unicode t

2018/02/27 18:12、Marc Chantreux <address@concealed>のメール:

> hello people,
>
> i really thing Sympatic should use
>
> use utf8:all;
>
> or at least
>
> use utf8;
> use open qw< :encoding(UTF-8) :std >;
>
> what is your opinion about it ?
>
> regards,
> marc
>





Archive powered by MHonArc 2.6.19+.

Top of Page