entities.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. /// @file
  2. /// @ingroup common_utils
  3. /*
  4. * Generated file - do not edit directly.
  5. *
  6. * This file was generated from:
  7. * http://www.w3.org/TR/REC-html40/sgml/entities.html
  8. * by means of the script:
  9. * entities.py
  10. */
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. static const struct entities_s {
  15. char *name;
  16. int value;
  17. } entities[] = {
  18. {"AElig", 198},
  19. {"Aacute", 193},
  20. {"Acirc", 194},
  21. {"Agrave", 192},
  22. {"Alpha", 913},
  23. {"Aring", 197},
  24. {"Atilde", 195},
  25. {"Auml", 196},
  26. {"Beta", 914},
  27. {"Ccedil", 199},
  28. {"Chi", 935},
  29. {"Dagger", 8225},
  30. {"Delta", 916},
  31. {"ETH", 208},
  32. {"Eacute", 201},
  33. {"Ecirc", 202},
  34. {"Egrave", 200},
  35. {"Epsilon", 917},
  36. {"Eta", 919},
  37. {"Euml", 203},
  38. {"Gamma", 915},
  39. {"Iacute", 205},
  40. {"Icirc", 206},
  41. {"Igrave", 204},
  42. {"Iota", 921},
  43. {"Iuml", 207},
  44. {"Kappa", 922},
  45. {"Lambda", 923},
  46. {"Mu", 924},
  47. {"Ntilde", 209},
  48. {"Nu", 925},
  49. {"OElig", 338},
  50. {"Oacute", 211},
  51. {"Ocirc", 212},
  52. {"Ograve", 210},
  53. {"Omega", 937},
  54. {"Omicron", 927},
  55. {"Oslash", 216},
  56. {"Otilde", 213},
  57. {"Ouml", 214},
  58. {"Phi", 934},
  59. {"Pi", 928},
  60. {"Prime", 8243},
  61. {"Psi", 936},
  62. {"Rho", 929},
  63. {"Scaron", 352},
  64. {"Sigma", 931},
  65. {"THORN", 222},
  66. {"Tau", 932},
  67. {"Theta", 920},
  68. {"Uacute", 218},
  69. {"Ucirc", 219},
  70. {"Ugrave", 217},
  71. {"Upsilon", 933},
  72. {"Uuml", 220},
  73. {"Xi", 926},
  74. {"Yacute", 221},
  75. {"Yuml", 376},
  76. {"Zeta", 918},
  77. {"aacute", 225},
  78. {"acirc", 226},
  79. {"acute", 180},
  80. {"aelig", 230},
  81. {"agrave", 224},
  82. {"alefsym", 8501},
  83. {"alpha", 945},
  84. {"amp", 38},
  85. {"and", 8743},
  86. {"ang", 8736},
  87. {"aring", 229},
  88. {"asymp", 8776},
  89. {"atilde", 227},
  90. {"auml", 228},
  91. {"bdquo", 8222},
  92. {"beta", 946},
  93. {"brvbar", 166},
  94. {"bull", 8226},
  95. {"cap", 8745},
  96. {"ccedil", 231},
  97. {"cedil", 184},
  98. {"cent", 162},
  99. {"chi", 967},
  100. {"circ", 710},
  101. {"clubs", 9827},
  102. {"cong", 8773},
  103. {"copy", 169},
  104. {"crarr", 8629},
  105. {"cup", 8746},
  106. {"curren", 164},
  107. {"dArr", 8659},
  108. {"dagger", 8224},
  109. {"darr", 8595},
  110. {"deg", 176},
  111. {"delta", 948},
  112. {"diams", 9830},
  113. {"divide", 247},
  114. {"eacute", 233},
  115. {"ecirc", 234},
  116. {"egrave", 232},
  117. {"empty", 8709},
  118. {"emsp", 8195},
  119. {"ensp", 8194},
  120. {"epsilon", 949},
  121. {"equiv", 8801},
  122. {"eta", 951},
  123. {"eth", 240},
  124. {"euml", 235},
  125. {"euro", 8364},
  126. {"exist", 8707},
  127. {"fnof", 402},
  128. {"forall", 8704},
  129. {"frac12", 189},
  130. {"frac14", 188},
  131. {"frac34", 190},
  132. {"frasl", 8260},
  133. {"gamma", 947},
  134. {"ge", 8805},
  135. {"gt", 62},
  136. {"hArr", 8660},
  137. {"harr", 8596},
  138. {"hearts", 9829},
  139. {"hellip", 8230},
  140. {"iacute", 237},
  141. {"icirc", 238},
  142. {"iexcl", 161},
  143. {"igrave", 236},
  144. {"image", 8465},
  145. {"infin", 8734},
  146. {"int", 8747},
  147. {"iota", 953},
  148. {"iquest", 191},
  149. {"isin", 8712},
  150. {"iuml", 239},
  151. {"kappa", 954},
  152. {"lArr", 8656},
  153. {"lambda", 955},
  154. {"lang", 9001},
  155. {"laquo", 171},
  156. {"larr", 8592},
  157. {"lceil", 8968},
  158. {"ldquo", 8220},
  159. {"le", 8804},
  160. {"lfloor", 8970},
  161. {"lowast", 8727},
  162. {"loz", 9674},
  163. {"lrm", 8206},
  164. {"lsaquo", 8249},
  165. {"lsquo", 8216},
  166. {"lt", 60},
  167. {"macr", 175},
  168. {"mdash", 8212},
  169. {"micro", 181},
  170. {"middot", 183},
  171. {"minus", 8722},
  172. {"mu", 956},
  173. {"nabla", 8711},
  174. {"nbsp", 160},
  175. {"ndash", 8211},
  176. {"ne", 8800},
  177. {"ni", 8715},
  178. {"not", 172},
  179. {"notin", 8713},
  180. {"nsub", 8836},
  181. {"ntilde", 241},
  182. {"nu", 957},
  183. {"oacute", 243},
  184. {"ocirc", 244},
  185. {"oelig", 339},
  186. {"ograve", 242},
  187. {"oline", 8254},
  188. {"omega", 969},
  189. {"omicron", 959},
  190. {"oplus", 8853},
  191. {"or", 8744},
  192. {"ordf", 170},
  193. {"ordm", 186},
  194. {"oslash", 248},
  195. {"otilde", 245},
  196. {"otimes", 8855},
  197. {"ouml", 246},
  198. {"para", 182},
  199. {"part", 8706},
  200. {"permil", 8240},
  201. {"perp", 8869},
  202. {"phi", 966},
  203. {"pi", 960},
  204. {"piv", 982},
  205. {"plusmn", 177},
  206. {"pound", 163},
  207. {"prime", 8242},
  208. {"prod", 8719},
  209. {"prop", 8733},
  210. {"psi", 968},
  211. {"quot", 34},
  212. {"rArr", 8658},
  213. {"radic", 8730},
  214. {"rang", 9002},
  215. {"raquo", 187},
  216. {"rarr", 8594},
  217. {"rceil", 8969},
  218. {"rdquo", 8221},
  219. {"real", 8476},
  220. {"reg", 174},
  221. {"rfloor", 8971},
  222. {"rho", 961},
  223. {"rlm", 8207},
  224. {"rsaquo", 8250},
  225. {"rsquo", 8217},
  226. {"sbquo", 8218},
  227. {"scaron", 353},
  228. {"sdot", 8901},
  229. {"sect", 167},
  230. {"shy", 173},
  231. {"sigma", 963},
  232. {"sigmaf", 962},
  233. {"sim", 8764},
  234. {"spades", 9824},
  235. {"sub", 8834},
  236. {"sube", 8838},
  237. {"sum", 8721},
  238. {"sup", 8835},
  239. {"sup1", 185},
  240. {"sup2", 178},
  241. {"sup3", 179},
  242. {"supe", 8839},
  243. {"szlig", 223},
  244. {"tau", 964},
  245. {"there4", 8756},
  246. {"theta", 952},
  247. {"thetasym", 977},
  248. {"thinsp", 8201},
  249. {"thorn", 254},
  250. {"tilde", 732},
  251. {"times", 215},
  252. {"trade", 8482},
  253. {"uArr", 8657},
  254. {"uacute", 250},
  255. {"uarr", 8593},
  256. {"ucirc", 251},
  257. {"ugrave", 249},
  258. {"uml", 168},
  259. {"upsih", 978},
  260. {"upsilon", 965},
  261. {"uuml", 252},
  262. {"weierp", 8472},
  263. {"xi", 958},
  264. {"yacute", 253},
  265. {"yen", 165},
  266. {"yuml", 255},
  267. {"zeta", 950},
  268. {"zwj", 8205},
  269. {"zwnj", 8204},
  270. };
  271. #define ENTITY_NAME_LENGTH_MAX 8
  272. #define NR_OF_ENTITIES (sizeof(entities) / sizeof(entities[0]))
  273. #ifdef __cplusplus
  274. }
  275. #endif