chiark / gitweb /
Be consistent in capitalisation of block heading comments.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Nov 2017 12:02:59 +0000 (12:02 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Nov 2017 12:02:59 +0000 (12:02 +0000)
I use sentence case for these where the Unicode standard uses title
case.

bedstead.c

index cadd863d9f6d2c5ba6064bc30b34da91eb66ffd2..d4815944a4bb04beed92de6579c25626bee70b95 100644 (file)
@@ -659,7 +659,7 @@ static struct glyph {
  {{004,004,004,037,004,037,004,004,004}, 0x01c2 }, /* Double-barred pipe */
  {{004,004,004,004,004,000,004,000,000}, 0x01c3 }, /* Exclamation point */
  {{012,004,000,004,004,004,004,004,010}, 0x01f0 }, /* J wedge */
- /* IPA Extensions */
+ /* IPA extensions */
  {{000,000,036,021,036,020,016,000,000}, 0x0250 }, /* Turned A */
  {{000,000,017,021,021,023,015,000,000}, 0x0251 }, /* Script A */
  {{000,000,026,031,021,021,036,000,000}, 0x0252 }, /* Turned script A */
@@ -953,7 +953,7 @@ static struct glyph {
  {{000,000,000,000,004,000,014,004,016}, 0x1d62 }, /* iinferior */
  {{010,024,034,024,010,000,000,000,000}, 0x1dbf }, /* Superscript theta */
 
- /* Latin Extended Additional */
+ /* Latin extended additional */
  {{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */
  
  /* General punctuation */
@@ -1364,7 +1364,7 @@ static struct glyph {
  {{000,037,004,024,014,004,000,000,000}, 0x2961 },
  /* Miscellaneous symbols and arrows */
  {{000,025,000,021,000,025,000,000,000}, 0x2b1a }, /* dottedsquare */
- /* Latin Extended-C */
+ /* Latin extended-C */
  {{000,000,022,025,024,024,010,000,000}, 0x2c71 }, /* vhook */
 
  /* Private use */
@@ -1386,7 +1386,7 @@ static struct glyph {
  M(0x68), M(0x69), M(0x6a), M(0x6b), M(0x6c), M(0x6d), M(0x6e), M(0x6f),
  M(0x70), M(0x71), M(0x72), M(0x73), M(0x74), M(0x75), M(0x76), M(0x77),
  M(0x78), M(0x79), M(0x7a), M(0x7b), M(0x7c), M(0x7d), M(0x7e), M(0x7f),
- /* Alphabetic Presentation Forms */
+ /* Alphabetic presentation forms */
  {{006,010,036,012,012,012,017,000,000}, 0xfb01, "fi" },
  {{006,012,012,036,012,012,017,000,000}, 0xfb02, "fl" },
  /* Specials */