aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/unicode.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-23 14:15:00 +0200
committerXavier Noria <fxn@hashref.com>2011-07-23 14:15:00 +0200
commit4d8aaff4ea7334ff3f88bedec8147904846f435e (patch)
tree0f79cccfca531d2ac9ec9a997740b6994da2988d /activesupport/lib/active_support/multibyte/unicode.rb
parentc300e13a9c4b38a6ddadc853f23f81effde42c42 (diff)
downloadrails-4d8aaff4ea7334ff3f88bedec8147904846f435e.tar.gz
rails-4d8aaff4ea7334ff3f88bedec8147904846f435e.tar.bz2
rails-4d8aaff4ea7334ff3f88bedec8147904846f435e.zip
adds a couple of missing magic comments [fixes #1374]
Diffstat (limited to 'activesupport/lib/active_support/multibyte/unicode.rb')
-rw-r--r--activesupport/lib/active_support/multibyte/unicode.rb1
1 files changed, 1 insertions, 0 deletions
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