Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 02:10:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227409] mandoc(1) renders ".Aq" as something that looks weird in vt(4)
Message-ID:  <bug-227409-227-l2JFCGoxJn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227409-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227409-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=3D227409

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Thu Apr 12 02:10:01 UTC 2018
New revision: 332421
URL: https://svnweb.freebsd.org/changeset/base/332421

Log:
  vt: add three more cp437 mappings for vga textmode

  In UTF-8 locales mandoc uses a number of characters outside of the Basic
  Latin group, e.g. from general punctuation or miscellaneous mathematical
  symbols, and these rendered as ? in text mode.

  This change adds (char, replacement, code point, description):

      ? - U+2013 En Dash
      ? < U+27E8 Mathematical Left Angle Bracket
      ? > U+27E9 Mathematical Right Angle Bracket

  This change addresses some common cases; there are others that still
  need to be added after a more thorough review.

  PR:           227409
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation

Changes:
  head/sys/dev/vt/hw/vga/vt_vga.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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