Using .bat to convert ANSI to UTF-8 in windows

0

So, I have o convert a .csv file from ANSI encoding to UTF-8 in windows, using a .bat file. Basically a program capable of doing this conversion without needing Notepad++ nor excel and etc. Do you have any idea of how to do it?

Pedro Martins de Souza

Posted 2018-03-26T15:18:27.853

Reputation: 101

Question was closed 2018-03-26T15:38:31.497

Oh thanks! But I never used powershell, so is it okay to just insert that line of code in a .bat file? – Pedro Martins de Souza – 2018-03-26T15:31:23.000

Something like that but see answer here with example of how to do it: https://superuser.com/questions/1237747/windows-in-built-compression-command-without-utilizing-any-external-tools/1237962#1237962

– Pimp Juice IT – 2018-03-26T16:51:54.680

No answers