ruby-changes:2630
From: ko1@a...
Date: 6 Dec 2007 19:07:06 +0900
Subject: [ruby-changes:2630] akr - Ruby:r14121 (trunk): use \xf0 instead of \xfd for valid first byte of a UTF-8 character.
akr 2007-12-06 19:06:41 +0900 (Thu, 06 Dec 2007) New Revision: 14121 Modified files: trunk/bootstraptest/test_syntax.rb Log: use \xf0 instead of \xfd for valid first byte of a UTF-8 character. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_syntax.rb?r1=14121&r2=14120 Index: bootstraptest/test_syntax.rb =================================================================== --- bootstraptest/test_syntax.rb (revision 14120) +++ bootstraptest/test_syntax.rb (revision 14121) @@ -626,5 +626,5 @@ assert_match /illegal multibyte char/, %q{ STDERR.reopen(STDOUT) - eval("\"\xfd".force_encoding("utf-8")) + eval("\"\xf0".force_encoding("utf-8")) }, '[ruby-dev:32429]' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml