Using Unicode characters in batch file
I am making a batch file that uses these characters: ˧ ˥ ˪ ˫ It is not working, it just terminates itself. I have seen people use characters like this: Å It isnt the character but it turns into a character, can someone give me a list of these, shows the type of letter above and what it turns into? If you want to write console batch files that use those characters, you need an editor that will save the batch file using the console's code page. To check what that is, type: C:\>chcp Active code page: 437 This is the result for my US Windows system. A good editor is Notepad++ . Set that encoding