-
Notifications
You must be signed in to change notification settings - Fork 2
/
charmap.h
39 lines (39 loc) · 2.23 KB
/
charmap.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
########################################################################
# This file is part of the minicom communications package for WRAMP.
#
# Copyright 1991-1995 Miquel van Smoorenburg.
# Copyright (C) 2019 The University of Waikato, Hamilton, New Zealand.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
########################################################################
*/
char wcharmap[256] = {
' ', 'O', 'o', 'V', '*', '@', '$', 'o', 'O', 'O', 'O', '^', '+', 'V', 'W', 'O',
'>', '<', '^', '!', 'I', '$', '-', '^', '^', 'v', '>', '<', '+', '-', '^', 'v',
' ', '!', '\"','#', '$', '%', '&','\'', '(', ')', '*', '+', ',', '-', '.', '/',
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';', '<', '=', '>', '?',
'@', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',
'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '[', '\\',']', '^', '_',
'`', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o',
'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '{', '|', '}', '~', '^',
'C', 'u', 'e', 'a', 'a', 'a', 'a', 'c', 'e', 'e', 'e', 'i', 'i', 'i', 'A', 'A',
'E', 'a', 'A', 'o', 'o', 'o', 'u', 'u', 'y', 'O', 'U', '0', 'f', ')', 'x', 'f',
'a', 'i', 'o', 'u', 'n', 'N', 'a', 'o', '?', 'R', '+', '#', '#', '!', '<', '>',
'#', '#', '#', '|', '+', 'A', 'A', 'A', 'C', '+', '|', '+', '+', 'c', 'Y', '+',
'+', '+', '+', '+', '-', '+', 'a', 'A', '+', '+', '+', '+', '+', '=', '+', 'o',
'o', 'D', 'E', 'E', 'E', '|', 'I', 'I', 'I', '+', '+', '#', '_', '|', 'I','\"',
'O', 'B', 'O', 'O', 'o', 'O', 'u', 'b', 'b', 'U', 'U', 'U', 'y', 'Y', '-','\'',
'-', '+', '=', '#', 'I', '$', '/', '-', 'o', 'o', 'o','\'', '3', '2', '.', ' '
};