Package: picard
Version: 0.11-2
Severity: normal
Tags: patch

Picard forms bad request if there is non-ascii symbols in tags.
So it doesn't search what user wants.
Reques should be in UTF-8 encoding.
That patch fix my problem, but may be such fixes should be
implemented in other places too.
$ diff webservice.py~ webservice.py
287c287
<             value = str(QtCore.QUrl.toPercentEncoding(str(value)))
---
>             value = 
> str(QtCore.QUrl.toPercentEncoding(str(value).decode('utf-8')))




-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages picard depends on:
ii  libavcodec52       5:0.5+svn20090629-0.0 library to encode decode multimedi
ii  libavformat52      5:0.5+svn20090629-0.0 ffmpeg file format library
ii  libc6              2.9-18                GNU C Library: Shared libraries
ii  libdiscid0         0.1.0-1               Library for creating MusicBrainz D
ii  libfftw3-3         3.2.1-2.1             library for computing Fast Fourier
ii  libgcc1            1:4.4.0-10            GCC support library
ii  libofa0            0.9.3-3               Library for acoustic fingerprintin
ii  libstdc++6         4.4.0-10              The GNU Standard C++ Library v3
ii  python [python-cty 2.5.4-2               An interactive high-level object-o
ii  python-mutagen     1.15-2                audio metadata editing library
ii  python-qt4         4.5.1-1               Python bindings for Qt4
ii  python-support     1.0.3                 automated rebuilding support for P

picard recommends no packages.

picard suggests no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to