Comment 6 for bug 223281

Revision history for this message
Nicksha (nicksha) wrote : Re: alacarte crashed with ValueError in _parse_localename()

It appears that this is related to an upstream Python bug (http://bugs.python.org/issue6895). There is a patch for it. The problem is that the serbian locale doesn't have encoding information in it's name (instead of "sr_RS.UTF-8" it's just "sr_RS"), and _parse_localename() function doesn't accept that.