JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Font rendering #225

Closed uroybd closed 9 years ago

uroybd commented 9 years ago

I have some Bengali text in my worksheet and it is not showing properly in the online viewer. Here it is: http://viewer.gorilla-repl.org/view.html?source=github&user=uroybd&repo=uroybd.github.io&path=ws/sierpinski.clj

JonyEpsilon commented 9 years ago

Thanks for the report and the test case. Looks like this is a problem with how I'm decoding the base64 encoded reply from Github. Think I have a fix, will deploy it later once I have a more reliable internet connection :-)

JonyEpsilon commented 9 years ago

OK, deployed, and looks to be working to me.