[ruby-core:89105] Re: Fwd: [ruby-cvs:71879] nobu:r64787 (trunk): Add union method to Array

From: Kazuhiro NISHIYAMA <zn@...>
Date: 2018-09-20 09:40:45 UTC
List: ruby-core #89105
On Thu, 20 Sep 2018 17:45:49 +0900,
Martin J. Dst wrote:
> 
> Any chance to get messages such as the one below to include non-ASCII
> characters correctly?
> 
> Ana's name isn't Ana Mar?\195?\173a Mart?\195?\173nez G?\195?\179mez,
> it's Ana Mar僘 Mart匤ez Gez. Email can handle this, and so should
> the rest of our infrastructure. Please tell me if you need any help.

It seems `LANG=C svn` converts non-ASCII characters.

So I think post-commit hook should

1. Use LANG=C.UTF-8 or something else.
2. Change mail headers and encode body if needed.

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread