Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#429 closed bug (Fixed)

aboutDialog.py needs encoding

Reported by: anonymous Owned by: markybob
Priority: trivial Milestone:
Component: GTK UI Version: 0.9.05 (1.0.0_RC5)
Keywords: about encoding Cc:

Description

when trying to open the about box, stdout complains that the file contains non-ascii characters in the aboutDialog.py file on line 64, the line contains credits to the translaters.

seems like it should be a simple fix, except i dont know what encoding is needed or how to implement it.

Linux 2.6.26-gentoo SMP PREEMPT Tue Aug 12 13:27:20 PDT 2008 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel? GNU/Linux, python-2.5.2-r7, pygtk-2.12.1-r2

"Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/menubar.py", line 407, in on_menuitem_about_activate

from aboutdialog import AboutDialog?

File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/aboutdialog.py", line 64

SyntaxError?: Non-ASCII character '\xd8' in file /usr/lib/python2.5/site-packages/deluge/ui/gtkui/aboutdialog.py on line 64, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details"

Change History (2)

comment:1 Changed 16 years ago by andar

  • Milestone set to 1.0.0
  • Resolution set to fixed
  • Status changed from new to closed

This should be fixed now.

comment:2 Changed 15 years ago by anonymous

  • Milestone 1.0.0 deleted

Milestone 1.0.0 deleted

Note: See TracTickets for help on using tickets.