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

Also available in: Atom PDF

Like0
Like0Like0