Created
June 11, 2014 20:51
-
-
Save alco/28564371b104ff149216 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ bin/muweb rpc file native_name_encoding | |
utf8 | |
λ bin/muweb rpc io setopts "[standard_io, [binary,{encoding,utf8}]]." | |
{error,enotsup} | |
λ bin/muweb rpc io setopts '[standard_error, [{unicode,true}]].' | |
{error,enotsup} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment