Actions
Bug #8819
closedChangeLog includes non us-ascii character
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"
Updated by nobu (Nobuyoshi Nakada) about 11 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) about 11 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
Like0
Like0Like0