Convert UTF-16 to UTF-8 under Windows and Linux, in C
The open source ICU library is very commonly used.
Change encoding to UTF-8 with PowerShell:
Get-Content PATH\temp.txt -Encoding Unicode | Set-Content -Encoding UTF8 PATH2\temp.txt
The open source ICU library is very commonly used.
Change encoding to UTF-8 with PowerShell:
Get-Content PATH\temp.txt -Encoding Unicode | Set-Content -Encoding UTF8 PATH2\temp.txt