Advertisement
krot

erlang вывод русский текст

Apr 23rd, 2023
1,829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.10 KB | None | 0 0
  1. io:setopts([{encoding, unicode}]),
  2. os:cmd("chcp 65001"),
  3. io:format("~ts ~p~n",[GN,io:getopts()]),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement