Exception UnicodeEncodeError for honcho/printer on bench start

Guys, anyone experiencing exception on bench start:

15:59:18 watch.1          | $ rollup -c -w --silent
Traceback (most recent call last):
  File "/usr/local/bin/honcho", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/honcho/command.py", line 287, in main
    COMMANDS[args.command](args)
  File "/usr/local/lib/python2.7/dist-packages/honcho/command.py", line 233, in command_start
    manager.loop()
  File "/usr/local/lib/python2.7/dist-packages/honcho/manager.py", line 116, in loop
    self._printer.write(msg)
  File "/usr/local/lib/python2.7/dist-packages/honcho/printer.py", line 61, in write
    self.output.write(prefix + line + "\n")
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2728' in position 41: ordinal not in range(128)

It seems to prevent logging on console …any hint?

Same issue — everything I try is giving me errors