Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/aux/mpage/Encoding.format

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Encoding tables have the following format:

Lines starting with % are regarded as comments and are ignored.
Empty lines are also ignored (note: a line with only spaces or
tabs is not an empty line)

The first non-empty, non-comment line must contain 2 integers,
specifying the first and last encoding number.

Then the character encodings follow. This code is literally copied
into the postscript stream, and should specify a font character vector.


For example

    %%%% Part of ISO-Latin-1 encodings
    32 40 % first and last encoding
    032 /space
    033 /exclam
    034 /quotedbl
    035 /numbersign
    036 /dollar
    037 /percent
    038 /ampersand
    039 /quoteright
    040 /parenleft

Any character of the input text files outside the first/last encoding 
range will be transformed to the \277 character.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.