Issue #3932 has been updated by Brice Figureau.
James Turnbull wrote: > Seems reasonable to me - Brice? Sounds good to me. ---------------------------------------- Feature #3932: util/rdoc.rb: please consider to add rdoc option --charset. http://projects.puppetlabs.com/issues/3932 Author: Satoru KURASHIKI Status: Accepted Priority: Normal Assigned to: Brice Figureau Category: documentation Target version: Affected version: 0.25.4 Keywords: Branch: 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.
