Blob Blame History Raw
static sym
const latin2_syms[] = {
	{ 0x00a0, "nobreakspace" },
	{ 0x0104, "Aogonek" },
	{ 0x02d8, "breve" },
	{ 0x0141, "Lstroke" },
	{ 0x00a4, "currency" },
	{ 0x013d, "Lcaron" },
	{ 0x015a, "Sacute" },
	{ 0x00a7, "section" },
	{ 0x00a8, "diaeresis" },
	{ 0x0160, "Scaron" },
	{ 0x015e, "Scedilla" },
	{ 0x0164, "Tcaron" },
	{ 0x0179, "Zacute" },
	{ 0x00ad, "hyphen" },
	{ 0x017d, "Zcaron" },
	{ 0x017b, "Zabovedot" },
	{ 0x00b0, "degree" },
	{ 0x0105, "aogonek" },
	{ 0x02db, "ogonek" },
	{ 0x0142, "lstroke" },
	{ 0x00b4, "acute" },
	{ 0x013e, "lcaron" },
	{ 0x015b, "sacute" },
	{ 0x02c7, "caron" },
	{ 0x00b8, "cedilla" },
	{ 0x0161, "scaron" },
	{ 0x015f, "scedilla" },
	{ 0x0165, "tcaron" },
	{ 0x017a, "zacute" },
	{ 0x02dd, "doubleacute" },
	{ 0x017e, "zcaron" },
	{ 0x017c, "zabovedot" },
	{ 0x0154, "Racute" },
	{ 0x00c1, "Aacute" },
	{ 0x00c2, "Acircumflex" },
	{ 0x0102, "Abreve" },
	{ 0x00c4, "Adiaeresis" },
	{ 0x0139, "Lacute" },
	{ 0x0106, "Cacute" },
	{ 0x00c7, "Ccedilla" },
	{ 0x010c, "Ccaron" },
	{ 0x00c9, "Eacute" },
	{ 0x0118, "Eogonek" },
	{ 0x00cb, "Ediaeresis" },
	{ 0x011a, "Ecaron" },
	{ 0x00cd, "Iacute" },
	{ 0x00ce, "Icircumflex" },
	{ 0x010e, "Dcaron" },
	{ 0x0110, "Dstroke" },
	{ 0x0143, "Nacute" },
	{ 0x0147, "Ncaron" },
	{ 0x00d3, "Oacute" },
	{ 0x00d4, "Ocircumflex" },
	{ 0x0150, "Odoubleacute" },
	{ 0x00d6, "Odiaeresis" },
	{ 0x00d7, "multiply" },
	{ 0x0158, "Rcaron" },
	{ 0x016e, "Uring" },
	{ 0x00da, "Uacute" },
	{ 0x0170, "Udoubleacute" },
	{ 0x00dc, "Udiaeresis" },
	{ 0x00dd, "Yacute" },
	{ 0x0162, "Tcedilla" },
	{ 0x00df, "ssharp" },
	{ 0x0155, "racute" },
	{ 0x00e1, "aacute" },
	{ 0x00e2, "acircumflex" },
	{ 0x0103, "abreve" },
	{ 0x00e4, "adiaeresis" },
	{ 0x013a, "lacute" },
	{ 0x0107, "cacute" },
	{ 0x00e7, "ccedilla" },
	{ 0x010d, "ccaron" },
	{ 0x00e9, "eacute" },
	{ 0x0119, "eogonek" },
	{ 0x00eb, "ediaeresis" },
	{ 0x011b, "ecaron" },
	{ 0x00ed, "iacute" },
	{ 0x00ee, "icircumflex" },
	{ 0x010f, "dcaron" },
	{ 0x0111, "dstroke" },
	{ 0x0144, "nacute" },
	{ 0x0148, "ncaron" },
	{ 0x00f3, "oacute" },
	{ 0x00f4, "ocircumflex" },
	{ 0x0151, "odoubleacute" },
	{ 0x00f6, "odiaeresis" },
	{ 0x00f7, "division" },
	{ 0x0159, "rcaron" },
	{ 0x016f, "uring" },
	{ 0x00fa, "uacute" },
	{ 0x0171, "udoubleacute" },
	{ 0x00fc, "udiaeresis" },
	{ 0x00fd, "yacute" },
	{ 0x0163, "tcedilla" },
	{ 0x02d9, "abovedot" },
};