Title.
The command I run is:
iconv -f UTF-16LE -t UTF-8 .\data\schema-utf16le.graphql > .\data\schema-utf8.graphql;
However, the generated file schema-utf8.graphql
is still UTF-16LE
encoded.
What am I doing wrong?
I am on windows and installed this version of iconv.