home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mincom15.zip / charmap.h next >
Text File  |  1993-04-22  |  1KB  |  27 lines

  1. /*
  2.  * This file is part of the Minicom Communications Program,
  3.  * written by Miquel van Smoorenburg 1991/1992/1993.
  4.  *
  5.  * Character mappings for the IBM character set
  6.  * to plain ASCII.
  7.  *
  8.  */
  9. char wcharmap[256] = {
  10. ' ', 'O', 'o', 'V', '*', '@', '$', 'o', 'O', 'O', 'O', '^', '+', 'V', 'W', 'O',
  11. '>', '<', '^', '!', 'I', '$', '-', '^', '^', 'v', '>', '<', '+', '-', '^', 'v',
  12. ' ', '!', '\"','#', '$', '%', '&','\'', '(', ')', '*', '+', ',', '-', '.', '/',
  13. '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';', '<', '=', '>', '?',
  14. '@', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
  15. 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '[', '\\',']', '^', '_',
  16. '`', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
  17. 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '{', '|', '}', '~', '^',
  18. 'C', 'u', 'e', 'a', 'a', 'a', 'a', 'c', 'e', 'e', 'e', 'i', 'i', 'i', 'A', 'A',
  19. 'E', 'a', 'A', 'o', 'o', 'o', 'u', 'u', 'y', 'O', 'U', '0', 'f', ')', 'x', 'f',
  20. 'a', 'i', 'o', 'u', 'n', 'N', 'a', 'o', '?', 'R', '+', '#', '#', '!', '<', '>',
  21. '#', '#', '#', '|', '+', 'A', 'A', 'A', 'C', '+', '|', '+', '+', 'c', 'Y', '+',
  22. '+', '+', '+', '+', '-', '+', 'a', 'A', '+', '+', '+', '+', '+', '=', '+', 'o',
  23. 'o', 'D', 'E', 'E', 'E', '|', 'I', 'I', 'I', '+', '+', '#', '_', '|', 'I','\"',
  24. 'O', 'B', 'O', 'O', 'o', 'O', 'u', 'b', 'b', 'U', 'U', 'U', 'y', 'Y', '-','\'',
  25. '-', '+', '=', '#', 'I', '$', '/', '-', 'o', 'o', 'o','\'', '3', '2', '.', ' '
  26. };
  27.