Adding upstream version 0.5.1

This commit is contained in:
Tatsuya Kinoshita
2011-05-04 16:05:14 +09:00
parent adc0f0ac3c
commit 72f72d64a4
403 changed files with 329486 additions and 0 deletions

26
Symbols/alt.sym Normal file
View File

@@ -0,0 +1,26 @@
static char *alt_symbol[] = {
"+", "|", "-", "+", "|", "|", "+", "",
"-", "+", "-", "", "+", "", "", "",
"+", "|", "-", "+", "|", "|", "+", "",
"-", "+", "-", "", "+", "", "", "",
"*", "+", "o", "#", "@", "-",
"=", "x", "%", "*", "o", "#",
"#",
"<=UpDn ",
NULL
};
#ifdef USE_M17N
static char *alt2_symbol[] = {
"-+", " |", "--", " +", "-|", " |", "-+", "",
"--", " +", "--", "", "-+", "", "", "",
"-+", " |", "--", " +", "-|", " |", "-+", "",
"--", " +", "--", "", "-+", "", "", "",
" *", " +", " o", " #", " @", " -",
" =", " x", " %", " *", " o", " #",
" #",
"<=UpDn ",
NULL
};
#endif

12
Symbols/big5.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *big5_symbol[] = {
"\242q", "\242u", "\242s", "\242z", "\242t", "\242x", "\242{", "",
"\242r", "\242|", "\242w", "", "\242}", "", "", "",
"\242q", "\242u", "\242s", "\242z", "\242t", "\242x", "\242{", "",
"\242r", "\242|", "\242w", "", "\242}", "", "", "",
"\241\105", "\241\274", "\241\270", "\241\263", "\241\275", "\241\271",
"\241\267", "\241\264", "\241\265", "\241\264", "\241\263", "\241\274",
"\241\264",
"\241\155\241\364\241\365",
NULL
};

12
Symbols/cp850.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *cp850_symbol[] = {
"\305", "\303", "\302", "\332", "\264", "\263", "\277", "",
"\301", "\300", "\304", "", "\331", "", "", "",
"\316", "\314", "\313", "\311", "\271", "\272", "\273", "",
"\312", "\310", "\315", "", "\274", "", "", "",
"*", "+", "o", "#", "@", "-",
"=", "x", "%", "*", "o", "#",
"#",
"<<UpDn ",
NULL
};

12
Symbols/euccn.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *euccn_symbol[] = {
"\251\340", "\251\300", "\251\320", "\251\260", "\251\310", "\251\246", "\251\264", "",
"\251\330", "\251\270", "\251\244", "", "\251\274", "", "", "",
"\251\340", "\251\304", "\251\323", "\251\263", "\251\314", "\251\247", "\251\267", "",
"\251\333", "\251\273", "\251\245", "", "\251\277", "", "", "",
"\241\244", "\241\365", "\241\356", "\241\360", "\241\366", "\241\357",
"\241\362", "\241\361", "\241\367", "\241\361", "\241\360", "\241\365",
"\241\361",
"\241\266\241\374\241\375",
NULL
};

12
Symbols/eucjp.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *eucjp_symbol[] = {
"<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "",
"<22><>", "<22><>", "<22><>", "", "<22><>", "", "", "",
"<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "",
"<22><>", "<22><>", "<22><>", "", "<22><>", "", "", "",
"<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>",
"<22><>", "<22><>", "<22><>", "<22><>", "<22><>", "<22><>",
"<22><>",
"<22><EFBFBD><E3A2AC>",
NULL
};

12
Symbols/euckr.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *euckr_symbol[] = {
"\246\253", "\246\247", "\246\250", "\246\243", "\246\251", "\246\242", "\246\244", "",
"\246\252", "\246\246", "\246\241", "", "\246\245", "", "", "",
"\246\253", "\246\267", "\246\270", "\246\256", "\246\271", "\246\255", "\246\257", "",
"\246\272", "\246\261", "\246\254", "", "\246\260", "", "", "",
"\241\244", "\241\340", "\241\331", "\241\333", "\241\341", "\241\332",
"\241\335", "\241\334", "\241\342", "\241\334", "\241\333", "\241\340",
"\241\334",
"\241\354\241\350\241\351",
NULL
};

12
Symbols/euctw.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *euctw_symbol[] = {
"\243\263", "\243\267", "\243\265", "\243\274", "\243\266", "\243\272", "\243\275", "",
"\243\264", "\243\276", "\243\271", "", "\243\277", "", "", "",
"\243\263", "\243\267", "\243\265", "\243\274", "\243\266", "\243\272", "\243\275", "",
"\243\264", "\243\276", "\243\271", "", "\243\277", "", "", "",
"\241\246", "\241\373", "\241\367", "\241\362", "\241\374", "\241\370",
"\241\366", "\241\363", "\241\364", "\241\363", "\241\362", "\241\373",
"\241\363",
"\241\316\242\325\242\326",
NULL
};

15
Symbols/graph.sym Normal file
View File

@@ -0,0 +1,15 @@
char *graph_symbol[] = {
"n", "t", "w", "l", "u", "x", "k", "",
"v", "m", "q", "", "j", "", "", "",
"n", "t", "w", "l", "u", "x", "k", "",
"v", "m", "q", "", "j", "", "", "",
};
#ifdef USE_M17N
char *graph2_symbol[] = {
"qn", " t", "qw", " l", "qu", " x", "qk", "",
"qv", " m", "qq", "", "qj", "", "", "",
"qn", " t", "qw", " l", "qu", " x", "qk", "",
"qv", " m", "qq", "", "qj", "", "", "",
};
#endif

11
Symbols/sym.pl Normal file
View File

@@ -0,0 +1,11 @@
while(<>) {
for(split('')) {
$n = ord($_);
if ($n & 0x80) {
printf("\\%.3o", $n);
} else {
print $_;
}
}
}

12
Symbols/utf8.sym Normal file
View File

@@ -0,0 +1,12 @@
static char *utf8_symbol[] = {
"\342\224\274", "\342\224\234", "\342\224\254", "\342\224\214", "\342\224\244", "\342\224\202", "\342\224\220", "",
"\342\224\264", "\342\224\224", "\342\224\200", "", "\342\224\230", "", "", "",
"\342\224\274", "\342\224\240", "\342\224\257", "\342\224\217", "\342\224\250", "\342\224\203", "\342\224\223", "",
"\342\224\267", "\342\224\227", "\342\224\201", "", "\342\224\233", "", "", "",
"\342\200\242", "\342\226\241", "\342\230\206", "\342\227\213", "\342\226\240", "\342\230\205",
"\342\227\216", "\342\227\217", "\342\226\263", "\342\227\217", "\342\227\213", "\342\226\241",
"\342\227\217",
"\342\211\252 \342\206\221 \342\206\223 ",
NULL
};