From: Ben Harris Date: Sat, 20 Jun 2020 00:10:24 +0000 (+0100) Subject: Correct various blank lines and Unicode-block comments X-Git-Tag: bedstead-002.002~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=9603805ead4308557a6a054f09152a69b0ca24b6;p=bedstead-debian.git Correct various blank lines and Unicode-block comments --- diff --git a/bedstead.c b/bedstead.c index 16db4b5..f528eca 100644 --- a/bedstead.c +++ b/bedstead.c @@ -694,7 +694,6 @@ static struct glyph { {{000,000,037,002,004,010,030,004,003}, U(0240) }, /* z with swash tail */ {{004,004,012,012,021,021,021,000,000}, U(0245) }, /* turned V */ - /* IPA extensions */ {{000,000,036,021,036,020,016,000,000}, U(0250) }, /* Turned A */ {{000,000,017,021,021,023,015,000,000}, U(0251) }, /* Script A */ @@ -1030,12 +1029,13 @@ static struct glyph { {{000,000,021,021,021,021,016,000,000}, U(1D1C) }, /* small cap U */ {{000,000,037,001,001,001,036,000,000}, U(1D1D) }, /* sideways u */ {{000,000,037,001,036,001,036,000,000}, U(1D1F) }, /* sideways m */ - {{000,000,021,021,012,012,004,000,000}, U(1D20) }, /* small cap V */ {{000,000,021,021,025,025,012,000,000}, U(1D21) }, /* small cap W */ {{000,000,037,001,016,020,037,000,000}, U(1D22) }, /* small cap Z */ {{030,004,034,024,010,000,000,000,000}, U(1D4A) }, /* Superscript schwa */ {{000,000,000,000,004,000,014,004,016}, U(1D62) }, /* iinferior */ + + /* Phonetic extensions supplement */ {{010,024,034,024,010,000,000,000,000}, U(1DBF) }, /* Superscript theta */ /* Latin extended additional */ @@ -1715,7 +1715,7 @@ static struct glyph { {{000,004,014,024,004,037,000,000,000}, U(2960) }, {{000,037,004,024,014,004,000,000,000}, U(2961) }, - /* Miscellaneous mathematical symbols-A */ + /* Miscellaneous mathematical symbols-B */ {{025,025,025,025,025,025,025,000,000}, U(2980) }, /* triple vertical bar */ {{000,016,025,025,025,016,000,000,000}, U(29B6) }, /* circled vert bar */ {{000,016,025,037,021,016,000,000,000}, U(29BA) }, /* circled horiz up */ @@ -1818,7 +1818,7 @@ static struct glyph { {{017,021,021,017,001,001,001,000,000}, U(A7FC) }, /* reversed P */ {{021,021,021,025,025,033,021,000,000}, U(A7FD) }, /* inverted M */ - /* Private use */ + /* Private use area */ /* U+EE00--U+EE7F: zvbi mosaic graphics */ #define M(x) {{(0x##x & 0x1f)|((0x##x & 0x40)>>1)}, U(EE##x), \ (0x##x & 0x20 ? SEP6 : MOS6)} @@ -1930,7 +1930,7 @@ static struct glyph { {{000,000,013,036,037,025,000,000,000}, U(1F682) }, /* steamlocomotive */ {{000,007,017,027,037,011,000,000,000}, U(1F69A) }, /* deliverytruck */ - /* Graphics for legacy computing */ + /* Symbols for legacy computing */ #define M(x, u) { {x}, U(u), MOS6 }, { {x}, -1, "uni" #u ".sep6", SEP6 } /* space */ M(0x01, 1FB00), M(0x02, 1FB01), M(0x03, 1FB02), M(0x04, 1FB03), M(0x05, 1FB04), M(0x06, 1FB05), M(0x07, 1FB06),