-
Notifications
You must be signed in to change notification settings - Fork 3
/
fullchar.cpp
12 lines (12 loc) · 1.04 KB
/
fullchar.cpp
1
2
3
4
5
6
7
8
9
10
11
12
#include "gcin.h"
#include "config.h"
#include "gcin-version.h"
#include "gtab.h"
unich_t *fullchar[]=
{_L(" "),_L("!"),_L("”"),_L("#"),_L("$"),_L("%"),_L("&"),_L("’"),_L("("),_L(")"),_L("*"),_L("+"),
_L(","),_L("-"),_L("."),_L("/"),_L("0"),_L("1"),_L("2"),_L("3"),_L("4"),_L("5"),_L("6"),_L("7"),_L("8"),_L("9"),_L(":"),_L(";"),_L("<"),_L("="),_L(">"),_L("?"),
_L("@"),_L("A"),_L("B"),_L("C"),_L("D"),_L("E"),_L("F"),_L("G"),_L("H"),_L("I"),_L("J"),_L("K"),_L("L"),_L("M"),_L("N"),_L("O"),_L("P"),_L("Q"),_L("R"),_L("S"),
_L("T"),_L("U"),_L("V"),_L("W"),_L("X"),_L("Y"),_L("Z"),_L("〔"),_L("\"),_L("〕"),_L("︿"),_L("ˍ"),
_L("‘"),_L("a"),_L("b"),_L("c"),_L("d"),_L("e"),_L("f"),_L("g"),_L("h"),_L("i"),_L("j"),_L("k"),_L("l"),_L("m"),
_L("n"),_L("o"),_L("p"),_L("q"),_L("r"),_L("s"),_L("t"),_L("u"),_L("v"),_L("w"),_L("x"),_L("y"),_L("z"),_L("{"),_L("|"),_L("}"),_L("~")
};