Open bdeonovic opened 10 years ago
Can we have support to have unicode characters correctly interpreted?
julia> println("line1"); println("line2"); println("line3"); print("\u1b[1F"); print("line3 PLUS"); line1 line2 line3 PLUS
JuliaStudio currently does not interpret the unicode correctly so you get
line1 line2 line3 \u1b[1Fline3 PLUS
Can we have support to have unicode characters correctly interpreted?
JuliaStudio currently does not interpret the unicode correctly so you get