chiark / gitweb /
Minor tidying of some Armenian lower-case letters and addition
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 5 May 2012 22:36:12 +0000 (23:36 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 5 May 2012 22:36:12 +0000 (23:36 +0100)
of Armenian Dram symbol.

bedstead.c

index 0e8cbf7ec181fc1091b345ee5afc5622f0c16e19..bc9e37de38455bb6ff63651e4c859a3c622534a4 100644 (file)
@@ -702,12 +702,12 @@ struct glyph {
  {{020,020,036,021,021,021,021,020,020}, 0x056b }, /* ini */
  {{000,000,010,010,010,010,010,010,016}, 0x056c }, /* liwn */
  {{020,020,035,025,025,025,023,020,020}, 0x056d }, /* xeh */
- {{001,002,017,022,022,022,014,000,000}, 0x056e }, /* ca */
+ {{004,002,017,022,022,022,014,000,000}, 0x056e }, /* ca */
  {{020,020,021,021,021,021,017,001,001}, 0x056f }, /* ken */
  {{020,020,036,021,021,021,021,000,000}, 0x0570 }, /* ho */
- {{004,002,016,021,021,023,015,000,000}, 0x0571 }, /* ja */
+ {{010,004,012,021,021,023,015,000,000}, 0x0571 }, /* ja */
  {{000,000,034,022,022,022,022,002,003}, 0x0572 }, /* ghad */
- {{016,020,036,021,021,023,015,000,000}, 0x0573 }, /* cheh */
+ {{003,004,012,021,021,023,015,000,000}, 0x0573 }, /* cheh */
  {{003,002,022,022,022,022,016,000,000}, 0x0574 }, /* men */
  {{000,000,004,004,004,004,004,004,010}, 0x0575 }, /* yi */
  {{030,010,011,011,011,011,007,000,000}, 0x0576 }, /* now */
@@ -728,6 +728,7 @@ struct glyph {
  {{000,000,016,021,021,021,016,000,000}, 0x0585 }, /* oh */
  {{014,024,016,005,025,025,016,004,004}, 0x0586 }, /* feh */
  {{020,020,024,024,024,024,017,000,000}, 0x0587 }, /* ech_yiwn */
+ {{014,022,022,007,002,007,002,000,000}, 0x058f }, /* armdram */
 };
 
 static void dolookups(struct glyph const *);