chiark / gitweb /
Beautification of assorted IPA characters.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Jun 2017 22:00:42 +0000 (23:00 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Jun 2017 22:00:42 +0000 (23:00 +0100)
bedstead.c

index 832a95cf82d38e9c098b227e2e2e17bf810b3738..8fdbd17cf4f8fb92d62b15be6c2c95d7b30cc91b 100644 (file)
@@ -571,8 +571,8 @@ struct glyph {
  {{012,004,000,004,004,004,004,004,010}, 0x01f0 }, /* J wedge */
  /* IPA Extensions */
  {{000,000,036,021,036,020,016,000,000}, 0x0250 }, /* Turned A */
- {{000,000,017,021,021,021,017,000,000}, 0x0251 }, /* Script A */
- {{000,000,036,021,021,021,036,000,000}, 0x0252 }, /* Turned script 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 */
  {{014,020,036,021,021,021,036,000,000}, 0x0253 }, /* Hooktop B */
  {{000,000,036,001,001,001,036,000,000}, 0x0254 }, /* Open O */
  {{000,000,017,020,022,025,016,004,000}, 0x0255 }, /* Curly-tail C */
@@ -580,7 +580,7 @@ struct glyph {
  {{001,002,016,022,022,022,016,000,000}, 0x0257 }, /* Hooktop D */
  {{000,000,016,021,037,001,016,000,000}, 0x0258 }, /* Reversed E */
  {{000,000,016,001,037,021,016,000,000}, 0x0259 }, /* Schwa */
- {{000,000,030,005,036,024,010,000,000}, 0x025a }, /* Right-hook schwa */
+ {{000,000,030,004,035,026,010,000,000}, 0x025a }, /* Right-hook schwa */
  {{000,000,017,020,016,020,017,000,000}, 0x025b }, /* Epsilon */
  {{000,000,036,001,016,001,036,000,000}, 0x025c }, /* Reversed epsilon */
  {{000,000,016,021,026,021,016,000,000}, 0x025e }, /* Closed reversed epsilon */
@@ -625,7 +625,7 @@ struct glyph {
  {{002,004,004,004,004,016,024,024,010}, 0x0286 }, /* Curly-tail esh */
  {{000,000,010,004,004,004,016,004,004}, 0x0287 }, /* Turned T */
  {{004,004,016,004,004,004,004,004,002}, 0x0288 }, /* Right-tail T */
- {{000,000,021,021,037,021,017,000,000}, 0x0289 }, /* Barred U */
+ {{000,000,012,037,012,012,006,000,000}, 0x0289 }, /* Barred U */
  {{000,000,033,012,021,021,016,000,000}, 0x028a }, /* Upsilon */
  {{000,000,032,011,011,012,014,000,000}, 0x028b }, /* Cursive V */
  {{000,000,004,012,012,021,021,000,000}, 0x028c }, /* Turned V */
@@ -633,7 +633,7 @@ struct glyph {
  {{016,020,036,021,021,021,021,000,000}, 0x028e }, /* Turned Y */
  {{000,000,021,012,004,004,004,000,000}, 0x028f }, /* Small capital Y */
  {{000,000,036,004,010,020,036,002,001}, 0x0290 }, /* Right-tail Z */
- {{000,000,037,004,010,023,037,002,000}, 0x0291 }, /* Curly-tail Z */
+ {{000,000,037,002,004,010,036,005,002}, 0x0291 }, /* Curly-tail Z */
  {{000,000,037,002,004,016,001,021,016}, 0x0292 }, /* Ezh; Tailed Z */
  {{000,000,037,002,004,002,011,025,016}, 0x0293 }, /* Curly-tail ezh */
  {{016,021,020,020,020,020,020,021,016}, 0x0297 }, /* Stretched C */
@@ -1120,7 +1120,7 @@ struct glyph {
  /* Miscellaneous symbols and arrows */
  {{000,025,000,021,000,025,000,000,000}, 0x2b1a }, /* dottedsquare */
  /* Latin Extended-C */
- {{000,000,022,025,024,010,010,000,000}, 0x2c71 }, /* vhook */
+ {{000,000,022,025,024,024,010,000,000}, 0x2c71 }, /* vhook */
  /* Private use */
  /* U+EE00--U+EE7F: zvbi mosaic graphics */
 #define M(x) {{(x)}, 0xee00 + (x), NULL, MOS}