[Bugs] #2099 UNSP: SSIDs with certain characters show up as blank in Sugar
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Thu Jul 15 09:08:31 EDT 2010
#2099: SSIDs with certain characters show up as blank in Sugar
------------------------------------------+---------------------------------
Reporter: fran | Owner: tomeu
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: sugar | Version: Git as of bugdate
Severity: Minor | Keywords:
Distribution: | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Changes (by sascha_silbe):
* distribution: Fedora =>
Comment:
This is closely related to, though not a dupe of #2023.
BTW, this looks like it would produce incorrect results for some
languages:
{{{
+ text = (_("Mesh Network") + " " +
+ glib.markup_escape_text(str(self._channel)))
}}}
A fix might look similar to this:
{{{
text = _("Mesh Network %s") %
(glib.markup_escape_text(self._channel), )
}}}
Since you're already at it, could you take a look at the non-ASCII issue
(i.e. #2023) as well, please?
Once you've fixed the non-ASCII issue or decided not to work on fixing it,
please set the r? keyword. See the
[http://wiki.sugarlabs.org/go/Development_Team/Code_Review Code Review
guidelines] for more information.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/2099#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list