[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#508003: marked as done (uniencode: not utf-8 clean)



Your message dated Sun, 30 Aug 2015 23:00:43 +0000
with message-id <E1ZWBad-0006Li-CE@franck.debian.org>
and subject line Bug#508003: fixed in filters 2.54
has caused the Debian Bug report #508003,
regarding uniencode: not utf-8 clean
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
508003: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508003
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: filters
Version: 2.46
Severity: normal

Using 'uniencode' on beyond-ASCII text results in crippled output:

Great Example.
-> Ԍrеаt Еⅹаⅿρⅼе.
Grëät Ëxämplë.
-> Ԍrëät Ëхäⅿрⅼë.

The following patch fixes it for me, although I'm not sure about its
general applicability on legacy systems, for example.

--- /usr/games/uniencode	2008-10-27 05:06:07.000000000 +0100
+++ uniencode	2008-12-06 21:40:21.000000000 +0100
@@ -2,6 +2,7 @@
 # Ⅽоηνеrt аѕⅽіі tօ υtf‐8.
 use utf8;
 binmode STDOUT, ":utf8";
+binmode STDIN, ":utf8";
 
 %Δ=(
 "~" => [],

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages filters depends on:
ii  libc6                         2.7-11     GNU C Library: Shared libraries

filters recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: filters
Source-Version: 2.54

We believe that the bug you reported is fixed in the latest version of
filters, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 508003@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <id@joeyh.name> (supplier of updated filters package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 30 Jul 2015 14:33:57 -0400
Source: filters
Binary: filters
Architecture: source
Version: 2.54
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Joey Hess <id@joeyh.name>
Description:
 filters    - collected filters, including B1FF and the Swedish Chef
Closes: 508003 775035
Changes:
 filters (2.54) unstable; urgency=medium
 .
   * Fix UTF-8 handling in uniencode. Closes: #508003
     Thanks, Marius Gavrilescu.
   * Improve layout and build process.
     Thanks, Marius Gavrilescu.
   * Replace fread with getchar in nethackify.
     Thanks, Marius Gavrilescu.
   * Fix NAME section of manpage. Closes: #775035
     Thanks, Marius Gavrilescu.
   * Remove SAMPLES file for deterministic builds.
   * Makefile: Propagate input CFLAGS and LDFLAGS through to the compiler
     to allow eg, building with hardening.
     Thanks, Marius Gavrilescu.
Checksums-Sha1:
 b4967dd39693d90cd3d5d764f0c344e13d8950e0 1160 filters_2.54.dsc
 f2719e00a3b9e3ebc6cd21e763db5fd2ff5f3a93 54198 filters_2.54.tar.gz
Checksums-Sha256:
 06a7b21d67e0bbf77853fa0214d34be52c0aefb6d5c40ab8a8a45cd2bd9b8aed 1160 filters_2.54.dsc
 2e0dc1c5206e36540b0f8ed2d8462c78b56211c53af131ae8c3be338d0ae13e6 54198 filters_2.54.tar.gz
Files:
 25107c449f67c66189fa47951560414f 1160 games optional filters_2.54.dsc
 41f2ed566f53501ac93dbfc64457484b 54198 games optional filters_2.54.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJV43t9AAoJEEHOfwufG4syj0wH/jliF2IeVbRew+eBdMo1CzR9
LWURMiS250YFHt10rRNMWbtXClF3D/iUUyMgIa/P5Ja6ib45GMrRBAwDZAU51ajf
mtGPxh0XG0rIFBpIkTy3Uj0iDjZ/xK9YK+UaS/u/rcEpzvgB2SlfAmaP3zx4/VvD
63NmsSK2cpHK351hcSiGM0tZWWq2OeIkMSabs9GAlzt2nuSXoWsbsvHVxuhD4u46
XhethXO517t1hIxZWqJPt8tH8c3l6/u7y/8FWQXaaSP7QIHdPuYCb27ns2qMhlJs
QWb/tuhaqWoPWIda2WpuuaeVKPeUiElN3/O6etkpbLOBVB1dZcjoTqKyCGRfXn0=
=Uxt0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: