Ticket #3763 (closed defect: fixed)
(Gtk3) GetBooks: errors using the activity in spanish.
| Reported by: | godiard | Owned by: | humitos |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | GetBooks | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | gtk3 |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description
Using the activity with sugar in spanish, when the user do click on a book, the information is not displayed and in the log there are a error:
1342191636.186853 DEBUG root: feedparser version 5.0.1
Traceback (most recent call last):
File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 622, in selection_cb
self.show_book_data()
File "/home/gonzalo/Activities/GetBooks.activity/GetIABooksActivity.py", line 633, in show_book_data
book_data = _('Title:\t\t') + self.selected_title + '\n'
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
Is very important solve this error.
