When I dump my databases using mysqldump in powershell the shell is producing a UTF-16 file.
How do I stop this behavior and have powershell produce a UTF-8 file (by default)?
Edit: creating a UTF-16 file is causing a "--binary-mode" problem when I try to reload it.
(I'm a powershell noob)