Hi,
I installed net-im/toot with
	
	
	
		
Could anybody enlighten me what happens here, and
how (if) I can resolve this?
TIA,
				
			I installed net-im/toot with
 pkg install py36-toot, a CLI program for the Mastodon social network. Some commands work fine, but several commands give the same feedback I don't know what to do with:
		Code:
	
	Traceback (most recent call last):
  File "/usr/local/bin/toot", line 11, in <module>
    load_entry_point('toot==0.19.0', 'console_scripts', 'toot')()
  File "/usr/local/lib/python3.6/site-packages/toot/console.py", line 387, in main
    run_command(app, user, command_name, args)
  File "/usr/local/lib/python3.6/site-packages/toot/console.py", line 363, in run_command
    return fn(app, user, parsed_args)
  File "/usr/local/lib/python3.6/site-packages/toot/commands.py", line 27, in timeline
    print_timeline(items)
  File "/usr/local/lib/python3.6/site-packages/toot/output.py", line 162, in print_timeline
    print_out("\u2500" * 31 + "\u252c" + "\u2500" * 88)
  File "/usr/local/lib/python3.6/site-packages/toot/output.py", line 56, in print_out
    print(*args, **kwargs)
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-119: ordinal not in range(256)
	Could anybody enlighten me what happens here, and
how (if) I can resolve this?
TIA,