When using the scala interpreter (i.e. running the command \'scala\' on the commandline), I am not able to print unicode characters correctly. Of course a-z, A-Z, etc. are p
For Windows in command line (cmd) print:
set JAVA_OPTS="-Dfile.encoding=UTF-8"
chcp 65001
Item 2 means UTF-8
If you don't want everytime print "chcp 65001", you can change/add value in Windows Registry like this:
regedit
(see https://superuser.com/a/482117/454417)
I use Windows 10 and scala 2.11.8