From f4c73f240751286cc13a4b5ae67436876ec1ab8e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 11 Oct 2008 10:49:56 +0000 Subject: * parse.y (parser_prepare): use utf-8 encoding directly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51473c572..80d0059aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 11 19:49:35 2008 Nobuyoshi Nakada + + * parse.y (parser_prepare): use utf-8 encoding directly. + Sat Oct 11 10:20:17 2008 Nobuyoshi Nakada * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the -- cgit