From 4d8aaff4ea7334ff3f88bedec8147904846f435e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 23 Jul 2011 14:15:00 +0200 Subject: adds a couple of missing magic comments [fixes #1374] --- activesupport/lib/active_support/core_ext/string/conversions.rb | 1 + activesupport/lib/active_support/multibyte/unicode.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/string/conversions.rb b/activesupport/lib/active_support/core_ext/string/conversions.rb index 664537eea4..0f8933b658 100644 --- a/activesupport/lib/active_support/core_ext/string/conversions.rb +++ b/activesupport/lib/active_support/core_ext/string/conversions.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require 'date' require 'active_support/core_ext/time/publicize_conversion_methods' require 'active_support/core_ext/time/calculations' diff --git a/activesupport/lib/active_support/multibyte/unicode.rb b/activesupport/lib/active_support/multibyte/unicode.rb index 513f83e445..754ca9290b 100644 --- a/activesupport/lib/active_support/multibyte/unicode.rb +++ b/activesupport/lib/active_support/multibyte/unicode.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 module ActiveSupport module Multibyte module Unicode -- cgit v1.2.3