I would like to use Unicode characters in a batch file with an ECHO command, but no matter how I choose the UnicodeOutput or UTF8 settings, I only can achieve this if the batch file is in UTF-16 (Little Endian) encoding (and perhaps not without the Byte Order Mark?), but I would like to my batch file to be in UTF-8 encoding.
While I was looking for an answer to this issue of my, I came across this post, which suggest using Iconv tool for converting the output file, and while I already...
Read more
While I was looking for an answer to this issue of my, I came across this post, which suggest using Iconv tool for converting the output file, and while I already...
Read more