/ Published in: Bash

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
iconv -f utf8 -t utf16 /path/to/file
URL: http://blog.binfalse.de/software/command-lines/
Comments

iconv -f utf8 -t utf16 /path/to/file
URL: http://blog.binfalse.de/software/command-lines/