#889 closed defect (fixed)
Sugar does not start with non-ascii caracters
Reported by: | erikos | Owned by: | morgs |
---|---|---|---|
Priority: | Urgent | Milestone: | |
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 (2)
comment:1 Changed 14 years ago by tomeu
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Pushed: http://git.sugarlabs.org/projects/sugar-presence-service/repos/mainline/commits/cee382b3