Command execute error with Unicode output

Jose A. Ortega Ruiz jao at gnu.org
Sun Feb 17 22:53:13 GMT 2013


On Sun, Feb 17 2013, Mateusz Kowalczyk wrote:

> print "…"

You need a '# coding' comment in the beginning of your script if it uses
unicode (AFAIK, this is a python requirement).  This script:

  # -*- coding: utf-8 -*-

  print "…"

works for me.

HTH,
jao
--
Dealing with failure is easy: Work hard to improve. Success is also
easy to handle: You've solved the wrong problem. Work hard to improve.
  - Alan Perlis, Epigrams in Programing



More information about the Xmobar mailing list