From 1198179a977c730ea494cc24dacd0bd18b091236 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Nov 2009 09:52:47 +0000 Subject: More clarification in manuals. Added per-OUTPUT section in mandoc.1. --- mandoc_char.7 | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'mandoc_char.7') diff --git a/mandoc_char.7 b/mandoc_char.7 index 5196318f..6182ce25 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -76,25 +76,6 @@ Note that each output mode will have a different rendering of the characters. It's guaranteed that each input symbol will correspond to a (more or less) meaningful output rendering, regardless the mode. . -.Ss ASCII output -Formatting documents with ASCII output results in a 7-bit ASCII -approximation of zero or more characters, for example, the -.Dq aleph -character -.Sq \e(Ah -will render as -.Sq N . -Approximations are a best-effort, and naturally some clarity will be lost. -. -.Ss HTML output -The HTML output mode uses decimal-encoded UTF-8 for sequences, for -example, the -.Dq aleph -character -.Sq \e(Ah -will render as -.Sq ℵ . -. . .Sh SPECIAL CHARACTERS These are the preferred input symbols for producing special characters. -- cgit