chiark / gitweb /
Correct various blank lines and Unicode-block comments
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 20 Jun 2020 00:10:24 +0000 (01:10 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 20 Jun 2020 00:10:24 +0000 (01:10 +0100)
bedstead.c

index 16db4b5b260b6df1d122938f30dbed723cf30b3c..f528ecaebb6fc3df0dfa0969b1e87046aecdb333 100644 (file)
@@ -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),