[BACK]Return to ascii.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / unicode

File: [cvsweb.bsd.lv] / mandoc / regress / char / unicode / ascii.in (download)

Revision 1.4, Thu May 16 18:49:46 2024 UTC (4 weeks, 3 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -1 lines

Add a complete suite of tests covering ASCII characters in UTF-8 spelling.
Most of this goes to nogroff.in rather than ascii.in for now
because groff-1.23.0 is buggy as hell in this respect
and i'm too lazy to debug the horrific function make_glyph_node()
in the file groff/src/roff/troff/node.cpp right now.

.\" $OpenBSD: ascii.in,v 1.4 2017/07/04 14:53:23 schwarze Exp $
.TH CHAR-UNICODE-ASCII 1 "May 16, 2024"
.SH NAME
char-unicode-ascii \- Unicode characters in the ASCII range
.SH DESCRIPTION
.nf
BEGINTEST
\[u0020]\N'32' 	SPACE
\[u0022]\N'34'\(dq	QUOTATION MARK
\[u0023]\N'35'\(sh	NUMBER SIGN
\[u0024]\N'36'\(Do	DOLLAR SIGN
\[u0027]\N'39'\(aq	APOSTROPHE
\[u002B]\N'43'\(pl	PLUS SIGN
\N'45'\-	HYPHEN-MINUS
\N'46'\.	FULL STOP
\[u002F]\N'47'\(sl	SOLIDUS
\[u003D]\N'61'\(eq	EQUALS SIGN
\[u0040]\N'64'\(at	COMMERCIAL AT
\[u005B]\N'91'\(lB	LEFT SQUARE BRACKET
\[u005C]\N'92'\e\(rs	REVERSE SOLIDUS
\[u005D]\N'93'\(rB	RIGHT SQUARE BRACKET
\[u005E]\N'94'\(a^\(ha	CIRCUMFLEX ACCENT
\[u005F]\N'95'\(ul\(ru	LOW LINE
\[u0060]\N'96'\`\(ga	GRAVE ACCENT
\[u007B]\N'123'\(lC	LEFT CURLY BRACKET
\[u007C]\N'124'\(ba\(or	VERTICAL LINE
\[u007D]\N'125'\(rC	RIGHT CURLY BRACKET
\[u007E]\N'126'\(a~\(ti	TILDE
ENDTEST
.fi