Re: changelog names are not displayed properly
From: Jan C. Nordholz (jckn_at_gmx.net)
Date: 08/30/05
- Previous message: Jan C. Nordholz: "Re: changelog names are not displayed properly"
- In reply to: Jan C. Nordholz: "Re: changelog names are not displayed properly"
- Next in thread: kamaraju kusumanchi: "Re: changelog names are not displayed properly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Aug 2005 23:35:22 +0200 To: debian-user@lists.debian.org
On Tue, Aug 30, 2005 at 11:25:09PM +0200, Jan C. Nordholz wrote:
> Hi,
>
> debian package changelogs are encoded in Unicode, where every character
> with an ASCII value > 128 is represented as two bytes. To properly read
> such files, invoke a terminal emulator in Unicode mode - e.g. xterm has a
> wrapper script "uxterm" which does just that, provided you have configured
> at least one UTF locale ('locale -a' shows all configured locales, and
> 'dpkg-reconfigure locales' will let you re-choose).
PS: The libc6 package contains a binary "iconv" which lets you convert
files from one encoding to another, eliminating the need to reconfigure
your terminal emulators... so
zcat /usr/share/doc/.../changelog.Debian.gz | iconv -f utf-8 -t iso8859-15 | less
should do the trick.
Regards,
Jan
-- Jan C. Nordholz <jckn At gmx net>
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: Jan C. Nordholz: "Re: changelog names are not displayed properly"
- In reply to: Jan C. Nordholz: "Re: changelog names are not displayed properly"
- Next in thread: kamaraju kusumanchi: "Re: changelog names are not displayed properly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]