aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-28 22:55:14 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-28 22:55:14 +0000
commitd8b67f7fe1ff281a7ba00bd187fe938a12bb5566 (patch)
treeebc3617941c4e1bc18472cdfe4add237a7074e08 /activesupport/Rakefile
parent4472a30aadc35f8a9a67db8b0a2a7318c3a0dcfd (diff)
downloadrails-d8b67f7fe1ff281a7ba00bd187fe938a12bb5566.tar.gz
rails-d8b67f7fe1ff281a7ba00bd187fe938a12bb5566.tar.bz2
rails-d8b67f7fe1ff281a7ba00bd187fe938a12bb5566.zip
Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6881 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 03997a35dd..5bccc3ca4c 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -30,6 +30,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.rdoc_dir = 'doc'
rdoc.title = "Active Support -- Utility classes and standard library extensions from Rails"
rdoc.options << '--line-numbers' << '--inline-source'
+ rdoc.options << '--charset' << 'utf-8'
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README', 'CHANGELOG')
rdoc.rdoc_files.include('lib/active_support.rb')