[erlang-bugs] ssh daemon and encoding.

Fyodor Ustinov ufm@REDACTED
Tue Jan 31 14:00:06 CET 2012


Hi!

Unable to set encoding to unicode in ssh daemon session.

ok = io:setopts([{expand_fun, fun expand_prompt/1}, {encoding, unicode}]),
io:format("~p~n", [io:getopts()])

say:

[{expand_fun,#Fun<group.0.33302583>},
  {echo,true},
  {binary,false},
  {encoding,latin1}]

WBR,
     Fyodor.




More information about the erlang-bugs mailing list