GNU bug report logs -
#31588
26.1; format counts some Unicode characters as two
Previous Next
Reported by: "James P. Ascher" <jpa4q <at> virginia.edu>
Date: Fri, 25 May 2018 00:38:02 UTC
Severity: minor
Tags: notabug
Found in version 26.1
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 31588 <at> debbugs.gnu.org (full text, mbox):
close 31588
quit
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Noam Postavsky <npostavs <at> gmail.com>
>> Date: Thu, 24 May 2018 20:50:45 -0400
>> Cc: 31588 <at> debbugs.gnu.org
>>
>> > As far as I can tell, something is off about the styled_format and how
>> > it counts characters- I suspect something about counting
>> > multibyte characters, but it's a little beyond me.
>>
>> I think it's intended, ➖ and ❌ are wide characters:
>>
>> (mapcar #'char-width '(?➖ ?❌ ?▶ ?✚ ?▷ ?◼))
>> ;=> (2 2 1 1 1 1)
>
> Yes, that's the reason.
>
>> Although in my current font the width seems to be more like 1.8 or
>> something.
>
> Unfortunately, the actual width depends on the font, and what's more,
> sometimes varies significantly between different fonts. Maybe we
> should have a variant of char-width that actually looks at the font
> (of course, such a variant will need a window or frame as one of its
> arguments).
Well, I don't know if format could do anything useful with a non-integer
width anyway.
> But with the current state of our support for wide characters, this is
> not a bug.
Okay, I'm closing this report.
This bug report was last modified 7 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.