Project

General

Profile

Actions

Bug #8819

closed

ChangeLog includes non us-ascii character

Added by znz (Kazuhiro NISHIYAMA) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
r42629
[ruby-core:56804]

Description

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"


Related issues 1 (0 open1 closed)

Related to Ruby master - Misc #8843: ChangeLog のエンコーディングを UTF-8 に変更しませんかRejectednobu (Nobuyoshi Nakada)08/31/2013Actions
Actions #1

Updated by nobu (Nobuyoshi Nakada) over 10 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r42687.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


ChangeLog: convert with `iconv -t us-ascii//translit'. [Bug #8819]

Updated by kosaki (Motohiro KOSAKI) over 10 years ago

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.....

Actions

Also available in: Atom PDF

Like0
Like0Like0