Closed tpapp closed 4 years ago
@apparluk, can you please test if this fixes #90 for you?
README.md
Placing the following line in ~/.emacs.d/init.el had no effect on the GUI Emacs julia-repl unicode rendering.
(set-language-environment "UTF-8")
julia-repl.el
As expected with converting from ≤
to <=
and starting the GUI Emacs then M-x julia-repl
the *Warnings* buffer did not appear.
I am surprised by that, as set-language-environment
usually sets the coding system, eg see https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/international/mule-cmds.el#n1905.
Fixes #90.