Nightcode icon indicating copy to clipboard operation
Nightcode copied to clipboard

Encoding in nREPL console

Open linchk opened this issue 7 years ago • 0 comments

Windows 10. ru_Ru Encoding in the nRelp console isn't UTF-8.

Exemple: (sort ["Эверест" "Анды" "Карпаты" "Пиренеи"])

InstaRep - eval it ok: ;;=>("Анды" "Карпаты" "Пиренеи" "Эверест")

nRepl - eval it in not alphabetical order: ;;=>("Эверест" "Анды" "Карпаты" "Пиренеи")

If Run UTF-8 code in nRepl return not printable out: Running... ("����" "�������" "�������" "�������")

=== Finished ===

linchk avatar Oct 17 '18 07:10 linchk