Description
As commented by @arielsvn in greenelab/scihub-manuscript#51 (comment):
there seems to be an encoding issue with the bitcoin symbol on the Discussion section. I noticed it on the pdf, and the same happens with the markdown file, at least on my computer.
This is likely due to the unicode character (₿, U+20BF
) a recent addition as part of Unicode 10.0, released June 2017. Note this release has other important symbols/emojis such as 🧟 (Zombie) and 🧖 (Person in Steamy Room).
For me, on Chrome on Ubuntu 17.10, the bitcoin sign renders in the HTML but not the PDF. I'm assuming the PDF gets a certain font embedded on Travis CI, which doesn't have the latest characters. Note that when I generate the PDF locally, the bitcoin signs do render.
So @arielsvn, I think we may want to look into the following solutions:
- Updating the font used by the Travis CI build
- Specifying a font to use that is up to date
@arielsvn you probably know best what to do here.