From 7fe2ad72790eeffcca382907ff63346981eb0f41 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 2 Feb 2008 22:52:32 +0000 Subject: Ruby 1.9 compat: declare utf-8 file encoding git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8789 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/multibyte_chars_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/multibyte_chars_test.rb') diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb index 4e4a3e2d90..63cfadb7ec 100644 --- a/activesupport/test/multibyte_chars_test.rb +++ b/activesupport/test/multibyte_chars_test.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require 'abstract_unit' if RUBY_VERSION < '1.9' -- cgit v1.2.3