From: Ben Harris Date: Tue, 8 Aug 2017 00:33:16 +0000 (+0100) Subject: Additional characters for Polish. X-Git-Tag: bedstead-002.000~78 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=9a7866ad1b7a18ddc29c1947213ddba224157fc7;p=bedstead.git Additional characters for Polish. Thanks to for guidance. All misinterpretations are my own. One character is missing because I still don't have a good way to do an accented capital S. --- diff --git a/bedstead.c b/bedstead.c index 540b6eb..ede53e4 100644 --- a/bedstead.c +++ b/bedstead.c @@ -555,6 +555,8 @@ static struct glyph { /* Latin extended-A */ {{016,000,016,021,037,021,021,000,000}, 0x0100, "Amacron" }, {{016,000,016,001,017,021,017,000,000}, 0x0101, "amacron" }, + {{004,012,021,021,037,021,021,002,001}, 0x0104, "Aogonek" }, + {{000,000,016,001,017,021,017,002,001}, 0x0105, "aogonek" }, {{002,004,016,021,020,021,016,000,000}, 0x0106, "Cacute" }, {{002,004,017,020,020,020,017,000,000}, 0x0107, "cacute" }, {{004,012,016,021,020,021,016,000,000}, 0x0108, "Ccircumflex" }, @@ -571,6 +573,8 @@ static struct glyph { {{016,000,016,021,037,020,016,000,000}, 0x0113, "emacron" }, {{004,000,037,020,036,020,037,000,000}, 0x0116, "Edotaccent" }, {{004,000,016,021,037,020,016,000,000}, 0x0117, "edotaccent" }, + {{037,020,020,036,020,020,037,002,001}, 0x0118, "Eogonek" }, + {{000,000,016,021,037,020,016,002,001}, 0x0119, "eogonek" }, {{012,004,037,020,036,020,037,000,000}, 0x011a, "Ecaron" }, {{012,004,016,021,037,020,016,000,000}, 0x011b, "ecaron" }, {{004,012,017,020,023,021,017,000,000}, 0x011c, "Gcircumflex" }, @@ -588,6 +592,10 @@ static struct glyph { {{000,000,021,022,034,022,021,000,000}, 0x0138, "kgreenlandic" }, {{020,020,020,021,020,020,037,000,000}, 0x013f, "Ldot" }, {{030,010,010,011,010,010,034,000,000}, 0x0140, "ldot" }, + {{010,010,014,030,010,010,017,000,000}, 0x0141, "Lslash" }, + {{014,004,006,014,004,004,016,000,000}, 0x0142, "lslash" }, + {{002,004,021,031,025,023,021,000,000}, 0x0143, "Nacute" }, + {{002,004,036,021,021,021,021,000,000}, 0x0144, "nacute" }, {{012,004,021,031,025,023,021,000,000}, 0x0147, "Ncaron" }, {{012,004,036,021,021,021,021,000,000}, 0x0148, "ncaron" }, {{021,021,031,025,023,021,021,001,016}, 0x014a, "Eng" }, @@ -598,6 +606,7 @@ static struct glyph { {{000,000,012,025,027,024,013,000,000}, 0x0153, "oe" }, {{012,004,036,021,036,022,021,000,000}, 0x0158, "Rcaron" }, {{005,002,013,014,010,010,010,000,000}, 0x0159, "rcaron" }, + {{002,004,017,020,016,001,036,000,000}, 0x015b, "sacute" }, {{012,004,017,020,016,001,036,000,000}, 0x0161, "scaron" }, {{012,004,037,004,004,004,004,000,000}, 0x0164, "Tcaron" }, {{011,011,034,010,010,010,004,000,000}, 0x0165, "tcaron" },