Ticket #889 (closed defect: fixed)
Sugar does not start with non-ascii caracters
| Reported by: | erikos | Owned by: | morgs |
|---|---|---|---|
| Priority: | Urgent | Milestone: | 0.86 |
| Component: | sugar-presence-service | Version: | 0.84.x |
| Severity: | Blocker | Keywords: | |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Assigned |
Description
sugar-presence-service/src/buddy.py line:958 must be "unicoded" ->
if not isinstance(nick, unicode):
nick = unicode(nick, 'utf-8')
Shoule be back ported to 0.84 as well.
Change History
Note: See
TracTickets for help on using
tickets.
