ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
841 stars 438 forks source link

Use ascii chatacter in HTML file to fix ruby ci failure #1150

Closed tompng closed 3 months ago

tompng commented 3 months ago

Running test with ascii encoding fails LANG="" rake test

Error: test_document_with_dry_run(TestRDocRDoc): RDoc::Error: error generating index.html: "\xE2" on US-ASCII (Encoding::InvalidByteSequenceError)

http://ci.rvm.jp/logfiles/brlog.trunk.20240805-004507#L1586

Just like RDoc uses → instead of in output html, this pull request changes to ☰ to make the output html ascii-only again.