home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / console-data / README.acm < prev    next >
Encoding:
Text File  |  1997-10-03  |  1.3 KB  |  44 lines

  1. 16-bit screen-maps:
  2. -----------------
  3.  
  4.  16-bit screen-maps are used when the screen is in 8-bit mode (the default),
  5. to define the character-set used by applications, by telling the kernel how
  6. to interpret these 8-bit chars, in fact by telling to which Unicode character
  7. they should be mapped.
  8.  
  9.  The following files are 16-bit screen maps generated from the file
  10. `UTF-tmpl.8bit', using the `2UTF' program:
  11.  
  12.     iso{01,02..10}        ISO 8859 charsets
  13.     cp437            IBM codepage 437 (corresponding to the
  14.                 default PC font)
  15.     straight-to-font    Maps all application characters directly to
  16.                 the characters, using the straight-to-font
  17.                 unicodes.
  18.  
  19.  
  20. 8-bit screen-maps:
  21. -----------------
  22.  
  23.  8-bit screen maps should be considered obsolete, and should be rewritten as
  24. 16-bit maps where needed. They are used to map the charset used by the
  25. application directly to the font in use, bypassing the unicode map describing
  26. the font. Thus, a new 8bit screen-map has to be set each time the font is
  27. changed.
  28.  
  29.  
  30.  The following are 8-bit screen-maps whose usefulness with current version of
  31. the console driver/tools has to be investigated:
  32.  
  33.     null
  34.     space
  35.     zero
  36.  
  37.  
  38.  The following are 8-bit screen-maps which may still be useful to some users,
  39. but, as 8-bit maps, they will bypass the unicode map:
  40.  
  41.     trivial        obsoleted by `straight-to-font' (16-bit)
  42.     vga2iso
  43.     koi2alt
  44.