Closed tompng closed 3 months ago
Running test with ascii encoding fails LANG="" rake test
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.
→
→
☰
☰
Running test with ascii encoding fails
LANG="" rake test
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.