[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2011-07-14 Thread Curtis Hovey
** Changed in: kourou
 Assignee: Steve Kowalik (stevenk) = Curtis Hovey (sinzui)

** Changed in: kourou
 Assignee: Curtis Hovey (sinzui) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/288767

Title:
  Categores with special chars (like umlauts) are empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/kourou/+bug/288767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2009-08-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/kourou

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2008-10-24 Thread Loïc Minier
** Changed in: kourou (Ubuntu)
   Status: New = Confirmed

** Changed in: kourou (Ubuntu)
 Assignee: (unassigned) = Steve Kowalik (stevenk)

** Also affects: kourou
   Importance: Undecided
   Status: New

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2008-10-24 Thread Oliver Grawert
[EMAIL PROTECTED]:~/ubuntu$ bzr diff
=== modified file 'kourou.py'
the following one line patch fixes the issue:

--- kourou.py   2008-10-24 14:35:07 +
+++ kourou.py   2008-10-24 18:07:24 +
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # kourou - a launcher for Ubuntu MID
 # (C) 2008 Canonical Ltd
 # Author: Steve Kowalik [EMAIL PROTECTED]
@@ -103,7 +104,7 @@
 for entry in self.categories[cat]:
 self.model.append(entry)
 else:
-for entry in self.categories[current_cat]:
+for entry in self.categories[unicode(current_cat)]:
 self.model.append(entry)
 
 def fetch_icon(self, icon_name, theme):

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2008-10-24 Thread Oliver Grawert
whoops, that has one line to much ...

[EMAIL PROTECTED]:~/ubuntu$ bzr diff
=== modified file 'kourou.py'
--- kourou.py   2008-10-24 14:35:07 +
+++ kourou.py   2008-10-24 18:17:47 +
@@ -103,7 +103,7 @@
 for entry in self.categories[cat]:
 self.model.append(entry)
 else:
-for entry in self.categories[current_cat]:
+for entry in self.categories[unicode(current_cat)]:
 self.model.append(entry)
 
 def fetch_icon(self, icon_name, theme):

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2008-10-24 Thread Loïc Minier
Works for me, thanks!

** Changed in: kourou
 Assignee: (unassigned) = Steve Kowalik (stevenk)

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288767] Re: Categores with special chars (like umlauts) are empty

2008-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package kourou - 0.10-0ubuntu1

---
kourou (0.10-0ubuntu1) intrepid; urgency=low

  * New upstream release
- add proper unicode handling for Category parsing (LP: #288767)

 -- Oliver Grawert [EMAIL PROTECTED]   Fri, 24 Oct 2008 21:06:57 +0200

** Changed in: kourou (Ubuntu Intrepid)
   Status: Confirmed = Fix Released

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs