I call Es.exe in the bat file, having previously specified:
chcp 1251 > Nul
But for some reason Es.exe saves the output file in UTF-8 encoding.
Can I somehow change it so that the output file encoding corresponds to chcp 1251?
Es.exe output encoding
Re: Es.exe output encoding
What is your ES command line?
ES will always export as UTF-8 when using:
-export-csv, -export-efu, -export-txt, -export-m3u8 and -export-tsv
Use ES > out.txt to output to a file with the current command prompt code page.
ES will always export as UTF-8 when using:
-export-csv, -export-efu, -export-txt, -export-m3u8 and -export-tsv
Use ES > out.txt to output to a file with the current command prompt code page.