From 08b3f60e5746f4b68dbed09a6305414a4c398d2f Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 22 May 2009 09:48:14 +0000 Subject: merges r23439 from trunk into ruby_1_9_1. -- * sample/drb/dhasenc.rb: add magic comment for encoding. * sample/mine.rb: ditto. * ext/tk/sample/tcltklib/sample1.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/drb/dhasenc.rb | 1 + sample/mine.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'sample') diff --git a/sample/drb/dhasenc.rb b/sample/drb/dhasenc.rb index 8114e9228..2774feba5 100644 --- a/sample/drb/dhasenc.rb +++ b/sample/drb/dhasenc.rb @@ -1,3 +1,4 @@ +# -*- encoding: euc-jp -*- =begin distributed Ruby --- dRuby Sample Client -- chasen client Copyright (c) 1999-2001 Masatoshi SEKI diff --git a/sample/mine.rb b/sample/mine.rb index 8fc27e0c6..4ef006685 100644 --- a/sample/mine.rb +++ b/sample/mine.rb @@ -1,4 +1,5 @@ #! /usr/bin/ruby -Ke +# -*- encoding: euc-jp -*- class Board def clr -- cgit