On Mon, Jun 22, 2009 at 11:34:47AM +0200, Jakub Wilk wrote:
> * Colin Watson <cjwat...@debian.org>, 2009-06-21, 22:59:
>> There's no actual *problem* with adding a UTF-8 encoding declaration,
>> but it will not help with this bug, and once this bug is fixed it will
>> not be necessary for an encoding declaration to be present in order to
>> take advantage of the fix. manconv already has pretty reliable heuristic
>> detection of UTF-8; in fact, this is a large part of its purpose in
>> life.
> 
> In fact, adding UTF-8 encoding declaration could (minimally) help:
>
>
> $ echo "[©] [≤]" > tmp1
> $ man -l tmp1
> [©] [â¤]
>
> $ (echo "'\\\" -*- coding: UTF-8 -*-"; cat tmp1) > tmp2
> $ man -l tmp2
> [©] []
>
>
> In the latter case, at least *some* characters are displayed properly.

This makes no difference for me (man-db 2.5.5-2, groff-base
1.18.1.1-22). Debugging output shows identical processing apart from the
insertion of tbl. I'm adamant that this *should* not cause a difference,
so I'm happy to figure out why this is different for you if you can show
me 'man -d' output.

-- 
Colin Watson                                       [cjwat...@debian.org]



-- 
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