Issue #3932 has been updated by Nick Lewis. Status changed from Ready for Checkin to Closed
Pushed in commit:"3a44f0e4826b8677323d3c1be55263dfa94f3305" in master ---------------------------------------- Feature #3932: util/rdoc.rb: please consider to add rdoc option --charset. http://projects.puppetlabs.com/issues/3932 Author: Satoru KURASHIKI Status: Closed Priority: Normal Assigned to: Brice Figureau Category: documentation Target version: 2.6 Affected version: 0.25.4 Keywords: Branch: http://github.com/masterzen/puppet/tree/tickets/master/3932 I want to write puppet module document (with UTF-8 characters). But n puppet/util/rdoc.rb, rdoc options are coded as: options = [ "--fmt", "puppet", "--quiet", "--force-update", "--op", outputdir ] rdoc needs --charset option to render HTML with UTF-8 (or other than ASCII). I locally edited this file to add '"--charset", "UTF-8",', but it's better uses to be able to choose charset as puppetdoc's option. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
