uniblock: spelling

This commit is contained in:
nick black 2020-02-10 21:29:25 -05:00
parent 745f7153b4
commit ed0d5e6ae3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -139,8 +139,8 @@ int unicodeblocks_demo(struct notcurses* nc){
{ .name = "Cham, Tai Viet, Cherokee Supplement", .start = 0xaa00, },
{ .name = "Hangul Syllables", .start = 0xac00, },
{ .name = "Hangul Syllables", .start = 0xae00, },
{ .name = "CJK Compatability Ideographs", .start = 0xf800, },
{ .name = "CJK Compatability Ideographs, Alphabetic Presentation Forms", .start = 0xfa00, },
{ .name = "CJK Compatibility Ideographs", .start = 0xf800, },
{ .name = "CJK Compatibility Ideographs, Alphabetic Presentation Forms", .start = 0xfa00, },
{ .name = "Arabic Presentation Forms-A", .start = 0xfc00, },
{ .name = "Halfwidth and Fullwidth Forms", .start = 0xfe00, },
{ .name = "Linear B Syllabary, Linear B Ideograms, Aegean Numbers, Phaistos Disc", .start = 0x10000, },