I need to pass a file path to main method from windows command line.
c:\scanner> java -jar scanner.jar path-to-file-with-unicode-characters
The file path contains a unicode characters and those characters are being removed/replaced after being passed to java main