public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
chrislloyd (author)
Wed Aug 06 18:00:18 -0700 2008
lifo (committer)
Fri Aug 22 05:36:47 -0700 2008
commit  4e4277b9e0a77c62dd1e253156bcde9e4a1a16b2
tree    a664cef956075e0eea48292ed33b4a2f73e8031b
parent  381210daa0b8db26be85841b8ccf889d0ef67d75
...
62
63
64
 
65
66
67
...
62
63
64
65
66
67
68
0
@@ -62,6 +62,7 @@ namespace :doc do
0
         options << "-o doc/plugins/#{plugin}"
0
         options << "--title '#{plugin.titlecase} Plugin Documentation'"
0
         options << '--line-numbers' << '--inline-source'
0
+        options << '--charset' << 'utf-8'
0
         options << '-T html'
0
 
0
         files.include("#{plugin_base}/lib/**/*.rb")

Comments