]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/NameToUnicodeTable.h
Import of Xpdf 2.00 for merge
[evince.git] / pdf / xpdf / NameToUnicodeTable.h
index 432fafb3169ef1e84ba23eba83895d20f9638f0c..320c5588ee87e98ee9660ea94f144761dcac8f3c 100644 (file)
@@ -10,6 +10,37 @@ static struct {
   Unicode u;
   char *name;
 } nameToUnicodeTab[] = {
+  {0x0021, "!"},
+  {0x0023, "#"},
+  {0x0024, "$"},
+  {0x0025, "%"},
+  {0x0026, "&"},
+  {0x0027, "'"},
+  {0x0028, "("},
+  {0x0029, ")"},
+  {0x002a, "*"},
+  {0x002b, "+"},
+  {0x002c, ","},
+  {0x002d, "-"},
+  {0x002e, "."},
+  {0x002f, "/"},
+  {0x0030, "0"},
+  {0x0031, "1"},
+  {0x0032, "2"},
+  {0x0033, "3"},
+  {0x0034, "4"},
+  {0x0035, "5"},
+  {0x0036, "6"},
+  {0x0037, "7"},
+  {0x0038, "8"},
+  {0x0039, "9"},
+  {0x003a, ":"},
+  {0x003b, ";"},
+  {0x003c, "<"},
+  {0x003d, "="},
+  {0x003e, ">"},
+  {0x003f, "?"},
+  {0x0040, "@"},
   {0x0041, "A"},
   {0x00c6, "AE"},
   {0x01fc, "AEacute"},
@@ -304,6 +335,12 @@ static struct {
   {0x017b, "Zdotaccent"},
   {0x0396, "Zeta"},
   {0x005a, "Zsmall"},
+  {0x0022, "\""},
+  {0x005c, "\\"},
+  {0x005d, "]"},
+  {0x005e, "^"},
+  {0x005f, "_"},
+  {0x0060, "`"},
   {0x0061, "a"},
   {0x00e1, "aacute"},
   {0x0103, "abreve"},
@@ -715,6 +752,7 @@ static struct {
   {0x203c, "exclamdbl"},
   {0x00a1, "exclamdown"},
   {0x00a1, "exclamdownsmall"},
+  {0x0021, "exclamleft"},
   {0x0021, "exclamsmall"},
   {0x2203, "existential"},
   {0x0066, "f"},
@@ -1051,5 +1089,9 @@ static struct {
   {0x0030, "zerooldstyle"},
   {0x2070, "zerosuperior"},
   {0x03b6, "zeta"},
+  {0x007b, "{"},
+  {0x007c, "|"},
+  {0x007d, "}"},
+  {0x007e, "~"},
   { 0, NULL }
 };