Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#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 15 years ago by tomeu

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

comment:2 Changed 11 years ago by dnarvaez

  • Milestone 0.86 deleted

Milestone 0.86 deleted

Note: See TracTickets for help on using tickets.