File: fullchar.cpp

package info (click to toggle)
gcin 2.8.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,908 kB
  • ctags: 4,172
  • sloc: cpp: 30,707; ansic: 9,219; makefile: 626; sh: 518
file content (12 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (2)
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("~")
};