Nightcode
Nightcode copied to clipboard
Encoding in nREPL console
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 ===