zapnap / rdocinfo

New development has moved to http://github.com/lsegal/rubydoc.info
http://rdoc.info
MIT License
18 stars 3 forks source link

UTF8 not respected #46

Closed Burgestrand closed 14 years ago

Burgestrand commented 14 years ago

My code contains UTF8 (more specifically in the README) which shows up strange as there’s no content-type.

Is there a way to specify it, and if not — will there be? :)

zapnap commented 14 years ago

this should probably be the standard content-type; most likely an oversight :). I'll push an update as soon as I can find a few spare cycles. Thanks!

Burgestrand commented 14 years ago

Sweetness. Thank you!

zapnap commented 14 years ago

should be all set now. let me know if you have any other issues related to this. if you want something other than utf-8 (the default), you can specify it with yard's --charset option too.