Description: Tried using scala repl in windows, chinese words now showing correctly. The scala repl is opened with windows cmd. After some googling and test in machine. Found some usage hints about the the displaying of chinese or UTF8 character in CMD or powershell.
Open the cmd or powershell properties

Sometimes the code page doesn’t support UTF8

Type chcp 65001 to switch the code page
