From: "kosaki (Motohiro KOSAKI)" Date: 2013-08-27T04:04:02+09:00 Subject: [ruby-core:56810] [ruby-trunk - Bug #8819] ChangeLog includes non us-ascii character Issue #8819 has been updated by kosaki (Motohiro KOSAKI). I would suggest to change an encoding of Changelog to UTF-8. Please remember why we credit contributor's name in Changelog. It is for thanking them. Incorrect name is not a polite way..... ---------------------------------------- Bug #8819: ChangeLog includes non us-ascii character https://bugs.ruby-lang.org/issues/8819#change-41350 Author: znz (Kazuhiro NISHIYAMA) Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: r42629 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN ChangeLog should be us-ascii because local variables for emacs set "coding: us-ascii". % ruby -e 'ARGF.each_line{|line|p line.b unless line.force_encoding("us-ascii").valid_encoding?}' ChangeLog "\t Patches by David Rodr\xC3\xADguez [ruby-core:56734] [Bug #8802]\n" -- http://bugs.ruby-lang.org/