Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 22:27:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251767] wcswidth() from libc reports wrong string lenght (no unicode 9 support)
Message-ID:  <bug-251767-227-zvJIn6VuO3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251767-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251767-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251767

--- Comment #15 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: yuripv
Date: Sun Dec 13 22:25:55 UTC 2020
New revision: 368619
URL: https://svnweb.freebsd.org/changeset/base/368619

Log:
  MFC r368390:

  update wcwidth data from utf8proc

  Character width data being out of date is a constant source
  of weird rendering issues and wasted time trying to diagnose
  those, e.g. as reported by Jeremy Chadwick:

  https://gitlab.com/muttmua/mutt/-/issues/67

  Sadly, there is no real ("standard") wcwidth data source, so
  this tries to rectify the problem using the utf8proc one (through
  its C API) which would hopefully benefeat both FreeBSD and
  utf8proc through bug reports (if any).

  PR:           251767

Changes:
_U  stable/12/
  stable/12/tools/tools/locale/Makefile
  stable/12/tools/tools/locale/README
  stable/12/tools/tools/locale/etc/final-maps/widths.txt
  stable/12/tools/tools/locale/tools/getwidths.c
  stable/12/tools/tools/locale/tools/mkwidths.pl

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251767-227-zvJIn6VuO3>