How can I make nodejs display correctly Arabic characters? I m outputting an arabic string that I read from a file using gruntjs's log utility;
grunt.log.ok('مرحبا = hello');
But instead displays it like
After some further verification, I narrowed the problem origin and found that this is related to command prompt itself which does not support Arabic characters by default :(
Any suggestions?