I'm evaluating LaTeX as a way of producing documentation that requires the ability to display low- and high-order characters in the IBM PC character set, Code Page 437 (https://en.wikipedia.org/wiki/Code_page ... ge-437.png). I'm getting very nice results with the following:
Code: Select all
\documentclass[12pt,letterpaper,notitlepage,oneside]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[cp437]{inputenc}
\usepackage{hyperref}
I assume that displaying the entire CP 437 character set in LaTeX is possible, and that I just don't know how. Can you point me in the right direction?
Many thanks.
Carl