Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Encoding in nREPL console #252

Open
linchk opened this issue Oct 17, 2018 · 0 comments
Open

Encoding in nREPL console #252

linchk opened this issue Oct 17, 2018 · 0 comments

Comments

@linchk
Copy link

linchk commented Oct 17, 2018

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 ===

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant