forked from lewtds/xvnkb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviscii.h
49 lines (49 loc) · 2.21 KB
/
viscii.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
40
41
42
43
44
45
46
47
48
49
/*----------------------------------------------------------------------------*/
/* viscii.h */
/*----------------------------------------------------------------------------*/
/* copyright : (C) 2002 by Dao Hai Lam */
/* VISC Software & Security Consultant Company */
/* Hall 3, Quang Trung Software City */
/* Tan Chanh Hiep Ward, District 12, */
/* Ho Chi Minh city, VIETNAM */
/* website : http://www.visc-network.com */
/* email : lam@visc-network.com */
/* last modify : Thu, 18 Apr 2002 22:00:33 +0700 */
/*----------------------------------------------------------------------------*/
/* */
/* 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 2 of the License, or */
/* (at your option) any later version. */
/* */
/*----------------------------------------------------------------------------*/
static char *VISCII[] = {
"A","Á","À","Ä","Ã","€",
"Â","„","…","†","ç","‡",
"Å","","‚","Æ","Ç","ƒ",
"E","É","È","Ë","ˆ","‰",
"Ê","Š","‹","Œ","","Ž",
"O","Ó","Ò","™"," ","š",
"Ô","","","‘","’","“",
"´","•","–","—","³","”",
"U","Ú","Ù","œ","","ž",
"¿","º","»","¼","ÿ","¹",
"I","Í","Ì","›","Î","˜",
"Y","Ý","Ÿ","Ö","Û","Ü",
"Ð",
"a","á","à","ä","ã","Õ",
"â","¤","¥","¦","ç","§",
"å","¡","¢","Æ","Ç","£",
"e","é","è","ë","¨","©",
"ê","ª","«","¬","","®",
"o","ó","ò","ö","õ","÷",
"ô","¯","°","±","²","µ",
"½","¾","¶","·","Þ","þ",
"u","ú","ù","ü","û","ø",
"ß","Ñ","×","Ø","æ","ñ",
"i","í","ì","ï","î","¸",
"y","ý","Ï","Ö","Û","Ü",
"ð",
"ð"
};
/*----------------------------------------------------------------------------*/