buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
649 stars 45 forks source link

avoid mangling curly quotes #53

Closed ljharb closed 3 years ago

ljharb commented 5 years ago

My command line tool values proper typography, and so it uses curly quotes (“ ” ‘ ’) whenever appropriate ;-)

However, this causes output in the build log like ���foo��� when I expect “foo”. Can that be fixed?

ticky commented 5 years ago

Hey @ljharb, terminal-to-html should understand unicode just fine, so this sounds like a weird one. If you want to shoot support an email with a link to a build that’s showing this, we can dig into what’s gone wrong!

ljharb commented 5 years ago

Sure, email sent! I'd have posted the build here, but it's internal.

ticky commented 3 years ago

It looks like this was resolved in support, and was an issue with another component and not terminal-to-html!