FS#9150 - Handling of accents in package description
Attached to Project:
Pacman
Opened by Ben Dibbens (ibendiben) - Thursday, 10 January 2008, 14:11 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 06 February 2008, 02:33 GMT
Opened by Ben Dibbens (ibendiben) - Thursday, 10 January 2008, 14:11 GMT
Last edited by Dan McGee (toofishes) - Wednesday, 06 February 2008, 02:33 GMT
|
Details
Summary and Info:
Some packages have accents in their description, pacman can't handle those and turns them in to non-printable � ------------------------------------------------------------ From the homepage-package-search: Extra lib libdjvu 3.5.19-1 Library to process DjVu ('déjà vu') documents Extra office djvulibre 3.5.19-1 Suite to create, manipulate and view DjVu ('déjà vu') documents ------------------------------------------------------------ From pacman -Ss djvu extra/djvulibre 3.5.19-1 Suite to create, manipulate and view DjVu ('d�j� vu') documents extra/libdjvu 3.5.19-1 Library to process DjVu ('d�j� vu') documents Steps to Reproduce: |
This task depends upon
Closed by Dan McGee (toofishes)
Wednesday, 06 February 2008, 02:33 GMT
Reason for closing: Not a bug
Additional comments about closing: Packaging issue. Known pakages with wrong encoding have since been fixed.
Wednesday, 06 February 2008, 02:33 GMT
Reason for closing: Not a bug
Additional comments about closing: Packaging issue. Known pakages with wrong encoding have since been fixed.
For example, cat /var/lib/pacman/sync/extra/djvulibre-3.5.19-1/desc produce the same result.
The problem is that the description is in ISO-8859 instead of UTF-8.
/var/lib/pacman/sync/extra/djvulibre-3.5.19-1/desc: ISO-8859 text
After converting that file using recode, pacman then displays it correctly :
recode ISO-8859-1..UTF-8 /var/lib/pacman/sync/extra/djvulibre-3.5.19-1/desc
./extra/lib/libdjvu/PKGBUILD: ISO-8859 text
./extra/office/djvulibre/PKGBUILD: ISO-8859 text
./testing/extra/office/djvulibre/PKGBUILD: ISO-8859 text
I was going to say, that I'll report other faulty descriptions...