aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorManfred Stienstra <manfred@fngtps.com>2008-09-21 18:31:15 +0200
committerManfred Stienstra <manfred@fngtps.com>2008-09-21 18:31:15 +0200
commit5795c509a7c0ab9c6d3d707f34526430e58e535c (patch)
tree072157e563c4b46d8f7e368eca153ed6537f402e /activesupport
parent1585a7ed0228c2d4688e986c24fc221a4a9e5104 (diff)
downloadrails-5795c509a7c0ab9c6d3d707f34526430e58e535c.tar.gz
rails-5795c509a7c0ab9c6d3d707f34526430e58e535c.tar.bz2
rails-5795c509a7c0ab9c6d3d707f34526430e58e535c.zip
Set encoding of the multibyte test helpers file to UTF-8 so the strings can be read by Ruby 1.9.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/multibyte_test_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/multibyte_test_helpers.rb b/activesupport/test/multibyte_test_helpers.rb
index a163195431..597f949059 100644
--- a/activesupport/test/multibyte_test_helpers.rb
+++ b/activesupport/test/multibyte_test_helpers.rb
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
module MultibyteTestHelpers
UNICODE_STRING = 'こにちわ'
ASCII_STRING = 'ohayo'