From 31e29e409cd06816f5529631541b5d21806b7fd0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Oct 2007 01:42:53 +0000 Subject: * ruby.c (process_options): encoding set by command line option takes priority over the encoding in the source, as the primary encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5db0de982..0432bd570 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 23 10:42:51 2007 Nobuyoshi Nakada + + * ruby.c (process_options): encoding set by command line option takes + priority over the encoding in the source, as the primary encoding. + Mon Oct 22 11:03:09 2007 Nobuyoshi Nakada * encoding.c (enc_check_encoding): returns index now. -- cgit