From d8b67f7fe1ff281a7ba00bd187fe938a12bb5566 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 28 May 2007 22:55:14 +0000 Subject: 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 --- activesupport/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/Rakefile') 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') -- cgit v1.2.3