freebsd-dev/sys/dev/vt/hw
Ed Maste 185aba2dcf 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
2018-04-12 02:10:01 +00:00
..
efifb sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
fb Allow custom overrides of mmap attribute for VT framebuffer 2017-12-06 02:06:14 +00:00
ofwfb Move the powerpc64 direct map base address from zero to high memory. This 2018-03-07 17:08:07 +00:00
vga vt: add three more cp437 mappings for vga textmode 2018-04-12 02:10:01 +00:00