You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
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 ===
The text was updated successfully, but these errors were encountered: