From 5795c509a7c0ab9c6d3d707f34526430e58e535c Mon Sep 17 00:00:00 2001 From: Manfred Stienstra Date: Sun, 21 Sep 2008 18:31:15 +0200 Subject: Set encoding of the multibyte test helpers file to UTF-8 so the strings can be read by Ruby 1.9. --- activesupport/test/multibyte_test_helpers.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') 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' -- cgit v1.2.3