no_harness_8dot.txt 34.4 KB
{
  "tables": [
      "unicode.dis",
      "no-no-8dot.utb"
  ],
  "tests": [
      { "data": [ { "comment": "\u0001 (START OF HEADING)                           become ⣁", "input": "\u0001", "output": "⣁" } ] },
      { "data": [ { "comment": "\u0002 (START OF TEXT)                              become ⣃", "input": "\u0002", "output": "⣃" } ] },
      { "data": [ { "comment": "\u0003 (END OF TEXT)                                become ⣉", "input": "\u0003", "output": "⣉" } ] },
      { "data": [ { "comment": "\u0004 (END OF TRANSMISSION)                        become ⣙", "input": "\u0004", "output": "⣙" } ] },
      { "data": [ { "comment": "\u0005 (ENQUIRY)                                    become ⣑", "input": "\u0005", "output": "⣑" } ] },
      { "data": [ { "comment": "\u0006 (ACKNOWLEDGE)                                become ⣋", "input": "\u0006", "output": "⣋" } ] },
      { "data": [ { "comment": "\u0007 (BELL)                                       become ⣛", "input": "\u0007", "output": "⣛" } ] },
      { "data": [ { "comment": "\u0008 (BACKSPACE)                                  become ⣓", "input": "\u0008", "output": "⣓" } ] },
      { "data": [ { "comment": "\u0009 (HORIZONTAL TABULATION)                      become ⣊", "input": "\u0009", "output": "⣊" } ] },
      { "data": [ { "comment": "\u000a (LINE FEED)                                  become ⣚", "input": "\u000a", "output": "⣚" } ] },
      { "data": [ { "comment": "\u000b (VERTICAL TABULATION)                        become ⣅", "input": "\u000b", "output": "⣅" } ] },
      { "data": [ { "comment": "\u000c (FORM FEED)                                  become ⣇", "input": "\u000c", "output": "⣇" } ] },
      { "data": [ { "comment": "\u000d (CARRIAGE RETURN)                            become ⣍", "input": "\u000d", "output": "⣍" } ] },
      { "data": [ { "comment": "\u000e (SHIFT OUT)                                  become ⣝", "input": "\u000e", "output": "⣝" } ] },
      { "data": [ { "comment": "\u000f (SHIFT IN)                                   become ⣕", "input": "\u000f", "output": "⣕" } ] },
      { "data": [ { "comment": "\u0010 (DATA LINK ESCAPE)                           become ⣏", "input": "\u0010", "output": "⣏" } ] },
      { "data": [ { "comment": "\u0011 (DEVICE CONTROL ONE)                         become ⣟", "input": "\u0011", "output": "⣟" } ] },
      { "data": [ { "comment": "\u0012 (DEVICE CONTROL TWO)                         become ⣗", "input": "\u0012", "output": "⣗" } ] },
      { "data": [ { "comment": "\u0013 (DEVICE CONTROL THREE)                       become ⣎", "input": "\u0013", "output": "⣎" } ] },
      { "data": [ { "comment": "\u0014 (DEVICE CONTROL FOUR)                        become ⣞", "input": "\u0014", "output": "⣞" } ] },
      { "data": [ { "comment": "\u0015 (NEGATIVE ACKNOWLEDGE)                       become ⣥", "input": "\u0015", "output": "⣥" } ] },
      { "data": [ { "comment": "\u0016 (SYNCHRONOUS IDLE)                           become ⣧", "input": "\u0016", "output": "⣧" } ] },
      { "data": [ { "comment": "\u0017 (END OF TRANSMISSION BLOCK)                  become ⣺", "input": "\u0017", "output": "⣺" } ] },
      { "data": [ { "comment": "\u0018 (CANCEL)                                     become ⣭", "input": "\u0018", "output": "⣭" } ] },
      { "data": [ { "comment": "\u0019 (END OF MEDIUM)                              become ⣽", "input": "\u0019", "output": "⣽" } ] },
      { "data": [ { "comment": "\u001a (SUBSTITUTE)                                 become ⣵", "input": "\u001a", "output": "⣵" } ] },
      { "data": [ { "comment": "\u001b (ESCAPE)                                     become ⢏", "input": "\u001b", "output": "⢏" } ] },
      { "data": [ { "comment": "\u001c (FILE SEPARATOR)                             become ⢟", "input": "\u001c", "output": "⢟" } ] },
      { "data": [ { "comment": "\u001d (GROUP SEPARATOR)                            become ⢥", "input": "\u001d", "output": "⢥" } ] },
      { "data": [ { "comment": "\u001e (RECORD SEPARATOR)                           become ⢺", "input": "\u001e", "output": "⢺" } ] },
      { "data": [ { "comment": "\u001f (UNIT SEPARATOR)                             become ⢵", "input": "\u001f", "output": "⢵" } ] },
      { "data": [ { "comment": "\u0021 (EXCLAMATION MARK)                           become ⠖", "input": "\u0021", "output": "⠖" } ] },
      { "data": [ { "comment": "\u0022 (QUOTATION MARK)                             become ⠲", "input": "\u0022", "output": "⠲" } ] },
      { "data": [ { "comment": "\u0023 (NUMBER SIGN)                                become ⠼", "input": "\u0023", "output": "⠼" } ] },
      { "data": [ { "comment": "\u0024 (DOLLAR SIGN)                                become ⣲", "input": "\u0024", "output": "⣲" } ] },
      { "data": [ { "comment": "\u0025 (PERCENT SIGN)                               become ⠨", "input": "\u0025", "output": "⠨" } ] },
      { "data": [ { "comment": "\u0026 (AMPERSAND)                                  become ⣐", "input": "\u0026", "output": "⣐" } ] },
      { "data": [ { "comment": "\u0027 (APOSTROPHE)                                 become ⠐", "input": "\u0027", "output": "⠐" } ] },
      { "data": [ { "comment": "\u0028 (LEFT PARENTHESIS)                           become ⠦", "input": "\u0028", "output": "⠦" } ] },
      { "data": [ { "comment": "\u0029 (RIGHT PARENTHESIS)                          become ⠴", "input": "\u0029", "output": "⠴" } ] },
      { "data": [ { "comment": "\u002a (ASTERISK)                                   become ⠔", "input": "\u002a", "output": "⠔" } ] },
      { "data": [ { "comment": "\u002b (PLUS SIGN)                                  become ⡖", "input": "\u002b", "output": "⡖" } ] },
      { "data": [ { "comment": "\u002c (COMMA)                                      become ⠂", "input": "\u002c", "output": "⠂" } ] },
      { "data": [ { "comment": "\u002d (HYPHEN-MINUS)                               become ⠤", "input": "\u002d", "output": "⠤" } ] },
      { "data": [ { "comment": "\u002e (FULL STOP)                                  become ⠄", "input": "\u002e", "output": "⠄" } ] },
      { "data": [ { "comment": "\u002f (SOLIDUS)                                    become ⡐", "input": "\u002f", "output": "⡐" } ] },
      { "data": [ { "comment": "\u0030 (DIGIT ZERO)                                 become ⢚", "input": "\u0030", "output": "⢚" } ] },
      { "data": [ { "comment": "\u0031 (DIGIT ONE)                                  become ⢁", "input": "\u0031", "output": "⢁" } ] },
      { "data": [ { "comment": "\u0032 (DIGIT TWO)                                  become ⢃", "input": "\u0032", "output": "⢃" } ] },
      { "data": [ { "comment": "\u0033 (DIGIT THREE)                                become ⢉", "input": "\u0033", "output": "⢉" } ] },
      { "data": [ { "comment": "\u0034 (DIGIT FOUR)                                 become ⢙", "input": "\u0034", "output": "⢙" } ] },
      { "data": [ { "comment": "\u0035 (DIGIT FIVE)                                 become ⢑", "input": "\u0035", "output": "⢑" } ] },
      { "data": [ { "comment": "\u0036 (DIGIT SIX)                                  become ⢋", "input": "\u0036", "output": "⢋" } ] },
      { "data": [ { "comment": "\u0037 (DIGIT SEVEN)                                become ⢛", "input": "\u0037", "output": "⢛" } ] },
      { "data": [ { "comment": "\u0038 (DIGIT EIGHT)                                become ⢓", "input": "\u0038", "output": "⢓" } ] },
      { "data": [ { "comment": "\u0039 (DIGIT NINE)                                 become ⢊", "input": "\u0039", "output": "⢊" } ] },
      { "data": [ { "comment": "\u003a (COLON)                                      become ⠒", "input": "\u003a", "output": "⠒" } ] },
      { "data": [ { "comment": "\u003b (SEMICOLON)                                  become ⠆", "input": "\u003b", "output": "⠆" } ] },
      { "data": [ { "comment": "\u003c (LESS-THAN SIGN)                             become ⢔", "input": "\u003c", "output": "⢔" } ] },
      { "data": [ { "comment": "\u003d (EQUALS SIGN)                                become ⠶", "input": "\u003d", "output": "⠶" } ] },
      { "data": [ { "comment": "\u003e (GREATER-THAN SIGN)                          become ⡢", "input": "\u003e", "output": "⡢" } ] },
      { "data": [ { "comment": "\u003f (QUESTION MARK)                              become ⠢", "input": "\u003f", "output": "⠢" } ] },
      { "data": [ { "comment": "\u0040 (COMMERCIAL AT)                              become ⠈", "input": "\u0040", "output": "⠈" } ] },
      { "data": [ { "comment": "\u0041 (LATIN CAPITAL LETTER A)                     become ⡁", "input": "\u0041", "output": "⡁" } ] },
      { "data": [ { "comment": "\u0042 (LATIN CAPITAL LETTER B)                     become ⡃", "input": "\u0042", "output": "⡃" } ] },
      { "data": [ { "comment": "\u0043 (LATIN CAPITAL LETTER C)                     become ⡉", "input": "\u0043", "output": "⡉" } ] },
      { "data": [ { "comment": "\u0044 (LATIN CAPITAL LETTER D)                     become ⡙", "input": "\u0044", "output": "⡙" } ] },
      { "data": [ { "comment": "\u0045 (LATIN CAPITAL LETTER E)                     become ⡑", "input": "\u0045", "output": "⡑" } ] },
      { "data": [ { "comment": "\u0046 (LATIN CAPITAL LETTER F)                     become ⡋", "input": "\u0046", "output": "⡋" } ] },
      { "data": [ { "comment": "\u0047 (LATIN CAPITAL LETTER G)                     become ⡛", "input": "\u0047", "output": "⡛" } ] },
      { "data": [ { "comment": "\u0048 (LATIN CAPITAL LETTER H)                     become ⡓", "input": "\u0048", "output": "⡓" } ] },
      { "data": [ { "comment": "\u0049 (LATIN CAPITAL LETTER I)                     become ⡊", "input": "\u0049", "output": "⡊" } ] },
      { "data": [ { "comment": "\u004a (LATIN CAPITAL LETTER J)                     become ⡚", "input": "\u004a", "output": "⡚" } ] },
      { "data": [ { "comment": "\u004b (LATIN CAPITAL LETTER K)                     become ⡅", "input": "\u004b", "output": "⡅" } ] },
      { "data": [ { "comment": "\u004c (LATIN CAPITAL LETTER L)                     become ⡇", "input": "\u004c", "output": "⡇" } ] },
      { "data": [ { "comment": "\u004d (LATIN CAPITAL LETTER M)                     become ⡍", "input": "\u004d", "output": "⡍" } ] },
      { "data": [ { "comment": "\u004e (LATIN CAPITAL LETTER N)                     become ⡝", "input": "\u004e", "output": "⡝" } ] },
      { "data": [ { "comment": "\u004f (LATIN CAPITAL LETTER O)                     become ⡕", "input": "\u004f", "output": "⡕" } ] },
      { "data": [ { "comment": "\u0050 (LATIN CAPITAL LETTER P)                     become ⡏", "input": "\u0050", "output": "⡏" } ] },
      { "data": [ { "comment": "\u0051 (LATIN CAPITAL LETTER Q)                     become ⡟", "input": "\u0051", "output": "⡟" } ] },
      { "data": [ { "comment": "\u0052 (LATIN CAPITAL LETTER R)                     become ⡗", "input": "\u0052", "output": "⡗" } ] },
      { "data": [ { "comment": "\u0053 (LATIN CAPITAL LETTER S)                     become ⡎", "input": "\u0053", "output": "⡎" } ] },
      { "data": [ { "comment": "\u0054 (LATIN CAPITAL LETTER T)                     become ⡞", "input": "\u0054", "output": "⡞" } ] },
      { "data": [ { "comment": "\u0055 (LATIN CAPITAL LETTER U)                     become ⡥", "input": "\u0055", "output": "⡥" } ] },
      { "data": [ { "comment": "\u0056 (LATIN CAPITAL LETTER V)                     become ⡧", "input": "\u0056", "output": "⡧" } ] },
      { "data": [ { "comment": "\u0057 (LATIN CAPITAL LETTER W)                     become ⡺", "input": "\u0057", "output": "⡺" } ] },
      { "data": [ { "comment": "\u0058 (LATIN CAPITAL LETTER X)                     become ⡭", "input": "\u0058", "output": "⡭" } ] },
      { "data": [ { "comment": "\u0059 (LATIN CAPITAL LETTER Y)                     become ⡽", "input": "\u0059", "output": "⡽" } ] },
      { "data": [ { "comment": "\u005a (LATIN CAPITAL LETTER Z)                     become ⡵", "input": "\u005a", "output": "⡵" } ] },
      { "data": [ { "comment": "\u005b (LEFT SQUARE BRACKET)                        become ⣦", "input": "\u005b", "output": "⣦" } ] },
      { "data": [ { "comment": "\u005c (REVERSE SOLIDUS)                            become ⢂", "input": "\u005c", "output": "⢂" } ] },
      { "data": [ { "comment": "\u005d (RIGHT SQUARE BRACKET)                       become ⣴", "input": "\u005d", "output": "⣴" } ] },
      { "data": [ { "comment": "\u005e (CIRCUMFLEX ACCENT)                          become ⢐", "input": "\u005e", "output": "⢐" } ] },
      { "data": [ { "comment": "\u005f (LOW LINE)                                   become ⠸", "input": "\u005f", "output": "⠸" } ] },
      { "data": [ { "comment": "\u0060 (GRAVE ACCENT)                               become ⠘", "input": "\u0060", "output": "⠘" } ] },
      { "data": [ { "comment": "\u0061 (LATIN SMALL LETTER A)                       become ⠁", "input": "\u0061", "output": "⠁" } ] },
      { "data": [ { "comment": "\u0062 (LATIN SMALL LETTER B)                       become ⠃", "input": "\u0062", "output": "⠃" } ] },
      { "data": [ { "comment": "\u0063 (LATIN SMALL LETTER C)                       become ⠉", "input": "\u0063", "output": "⠉" } ] },
      { "data": [ { "comment": "\u0064 (LATIN SMALL LETTER D)                       become ⠙", "input": "\u0064", "output": "⠙" } ] },
      { "data": [ { "comment": "\u0065 (LATIN SMALL LETTER E)                       become ⠑", "input": "\u0065", "output": "⠑" } ] },
      { "data": [ { "comment": "\u0066 (LATIN SMALL LETTER F)                       become ⠋", "input": "\u0066", "output": "⠋" } ] },
      { "data": [ { "comment": "\u0067 (LATIN SMALL LETTER G)                       become ⠛", "input": "\u0067", "output": "⠛" } ] },
      { "data": [ { "comment": "\u0068 (LATIN SMALL LETTER H)                       become ⠓", "input": "\u0068", "output": "⠓" } ] },
      { "data": [ { "comment": "\u0069 (LATIN SMALL LETTER I)                       become ⠊", "input": "\u0069", "output": "⠊" } ] },
      { "data": [ { "comment": "\u006a (LATIN SMALL LETTER J)                       become ⠚", "input": "\u006a", "output": "⠚" } ] },
      { "data": [ { "comment": "\u006b (LATIN SMALL LETTER K)                       become ⠅", "input": "\u006b", "output": "⠅" } ] },
      { "data": [ { "comment": "\u006c (LATIN SMALL LETTER L)                       become ⠇", "input": "\u006c", "output": "⠇" } ] },
      { "data": [ { "comment": "\u006d (LATIN SMALL LETTER M)                       become ⠍", "input": "\u006d", "output": "⠍" } ] },
      { "data": [ { "comment": "\u006e (LATIN SMALL LETTER N)                       become ⠝", "input": "\u006e", "output": "⠝" } ] },
      { "data": [ { "comment": "\u006f (LATIN SMALL LETTER O)                       become ⠕", "input": "\u006f", "output": "⠕" } ] },
      { "data": [ { "comment": "\u0070 (LATIN SMALL LETTER P)                       become ⠏", "input": "\u0070", "output": "⠏" } ] },
      { "data": [ { "comment": "\u0071 (LATIN SMALL LETTER Q)                       become ⠟", "input": "\u0071", "output": "⠟" } ] },
      { "data": [ { "comment": "\u0072 (LATIN SMALL LETTER R)                       become ⠗", "input": "\u0072", "output": "⠗" } ] },
      { "data": [ { "comment": "\u0073 (LATIN SMALL LETTER S)                       become ⠎", "input": "\u0073", "output": "⠎" } ] },
      { "data": [ { "comment": "\u0074 (LATIN SMALL LETTER T)                       become ⠞", "input": "\u0074", "output": "⠞" } ] },
      { "data": [ { "comment": "\u0075 (LATIN SMALL LETTER U)                       become ⠥", "input": "\u0075", "output": "⠥" } ] },
      { "data": [ { "comment": "\u0076 (LATIN SMALL LETTER V)                       become ⠧", "input": "\u0076", "output": "⠧" } ] },
      { "data": [ { "comment": "\u0077 (LATIN SMALL LETTER W)                       become ⠺", "input": "\u0077", "output": "⠺" } ] },
      { "data": [ { "comment": "\u0078 (LATIN SMALL LETTER X)                       become ⠭", "input": "\u0078", "output": "⠭" } ] },
      { "data": [ { "comment": "\u0079 (LATIN SMALL LETTER Y)                       become ⠽", "input": "\u0079", "output": "⠽" } ] },
      { "data": [ { "comment": "\u007a (LATIN SMALL LETTER Z)                       become ⠵", "input": "\u007a", "output": "⠵" } ] },
      { "data": [ { "comment": "\u007b (LEFT CURLY BRACKET)                         become ⢆", "input": "\u007b", "output": "⢆" } ] },
      { "data": [ { "comment": "\u007c (VERTICAL LINE)                              become ⠰", "input": "\u007c", "output": "⠰" } ] },
      { "data": [ { "comment": "\u007d (RIGHT CURLY BRACKET)                        become ⡰", "input": "\u007d", "output": "⡰" } ] },
      { "data": [ { "comment": "\u007e (TILDE)                                      become ⢄", "input": "\u007e", "output": "⢄" } ] },
      { "data": [ { "comment": "\u007f (DELETE)                                     become ⣔", "input": "\u007f", "output": "⣔" } ] },
      { "data": [ { "comment": "\u20ac (EURO SIGN)                                  become ⣢", "input": "\u20ac", "output": "⣢" } ] },
      { "data": [ { "comment": "\ufffe (NOT USED)                                   become ⢝", "input": "\ufffe", "output": "⢝" } ] },
      { "data": [ { "comment": "\u201a (SINGLE LOW-9 QUOTATION MARK)                become ⡠", "input": "\u201a", "output": "⡠" } ] },
      { "data": [ { "comment": "\u0192 (LATIN SMALL LETTER F WITH HOOK)             become ⣸", "input": "\u0192", "output": "⣸" } ] },
      { "data": [ { "comment": "\u201e (DOUBLE LOW-9 QUOTATION MARK)                become ⡴", "input": "\u201e", "output": "⡴" } ] },
      { "data": [ { "comment": "\u2026 (HORIZONTAL ELLIPSIS)                        become ⡄", "input": "\u2026", "output": "⡄" } ] },
      { "data": [ { "comment": "\u2020 (DAGGER)                                     become ⡈", "input": "\u2020", "output": "⡈" } ] },
      { "data": [ { "comment": "\u2021 (DOUBLE DAGGER)                              become ⡘", "input": "\u2021", "output": "⡘" } ] },
      { "data": [ { "comment": "\u02c6 (MODIFIER LETTER CIRCUMFLEX ACCENT)          become ⢨", "input": "\u02c6", "output": "⢨" } ] },
      { "data": [ { "comment": "\u2030 (PER MILLE SIGN)                             become ⢸", "input": "\u2030", "output": "⢸" } ] },
      { "data": [ { "comment": "\u0160 (LATIN CAPITAL LETTER S WITH CARON)          become ⣱", "input": "\u0160", "output": "⣱" } ] },
      { "data": [ { "comment": "\u2039 (SINGLE LEFT-POINTING ANGLE QUOTATION MARK)  become ⣄", "input": "\u2039", "output": "⣄" } ] },
      { "data": [ { "comment": "\u0152 (LATIN CAPITAL LIGATURE OE)                  become ⣿", "input": "\u0152", "output": "⣿" } ] },
      { "data": [ { "comment": "\u017d (LATIN CAPITAL LETTER Z WITH CARON)          become ⣮", "input": "\u017d", "output": "⣮" } ] },
      { "data": [ { "comment": "\u2018 (LEFT SINGLE QUOTATION MARK)                 become ⡤", "input": "\u2018", "output": "⡤" } ] },
      { "data": [ { "comment": "\u2019 (RIGHT SINGLE QUOTATION MARK)                become ⢤", "input": "\u2019", "output": "⢤" } ] },
      { "data": [ { "comment": "\u201c (LEFT DOUBLE QUOTATION MARK)                 become ⡶", "input": "\u201c", "output": "⡶" } ] },
      { "data": [ { "comment": "\u201d (RIGHT DOUBLE QUOTATION MARK)                become ⢶", "input": "\u201d", "output": "⢶" } ] },
      { "data": [ { "comment": "\u2022 (BULLET)                                     become ⣤", "input": "\u2022", "output": "⣤" } ] },
      { "data": [ { "comment": "\u2013 (EN DASH)                                    become ⢠", "input": "\u2013", "output": "⢠" } ] },
      { "data": [ { "comment": "\u2014 (EM DASH)                                    become ⢰", "input": "\u2014", "output": "⢰" } ] },
      { "data": [ { "comment": "\u02dc (SMALL TILDE)                                become ⢲", "input": "\u02dc", "output": "⢲" } ] },
      { "data": [ { "comment": "\u2122 (TRADE MARK SIGN)                            become ⢞", "input": "\u2122", "output": "⢞" } ] },
      { "data": [ { "comment": "\u0161 (LATIN SMALL LETTER S WITH CARON)            become ⢱", "input": "\u0161", "output": "⢱" } ] },
      { "data": [ { "comment": "\u203a (SINGLE RIGHT-POINTING ANGLE QUOTATION MARK) become ⣠", "input": "\u203a", "output": "⣠" } ] },
      { "data": [ { "comment": "\u0153 (LATIN SMALL LIGATURE OE)                    become ⢿", "input": "\u0153", "output": "⢿" } ] },
      { "data": [ { "comment": "\u017e (LATIN SMALL LETTER Z WITH CARON)            become ⢮", "input": "\u017e", "output": "⢮" } ] },
      { "data": [ { "comment": "\u0178 (LATIN CAPITAL LETTER Y WITH DIAERESIS)      become ⣳", "input": "\u0178", "output": "⣳" } ] },
      { "data": [ { "comment": "\u00a0 (NO-BREAK SPACE)                             become ⢀", "input": "\u00a0", "output": "⢀" } ] },
      { "data": [ { "comment": "\u00a1 (INVERTED EXCLAMATION MARK)                  become ⢖", "input": "\u00a1", "output": "⢖" } ] },
      { "data": [ { "comment": "\u00a2 (CENT SIGN)                                  become ⣒", "input": "\u00a2", "output": "⣒" } ] },
      { "data": [ { "comment": "\u00a3 (POUND SIGN)                                 become ⢇", "input": "\u00a3", "output": "⢇" } ] },
      { "data": [ { "comment": "\u00a4 (CURRENCY SIGN)                              become ⢧", "input": "\u00a4", "output": "⢧" } ] },
      { "data": [ { "comment": "\u00a5 (YEN SIGN)                                   become ⢽", "input": "\u00a5", "output": "⢽" } ] },
      { "data": [ { "comment": "\u00a6 (BROKEN BAR)                                 become ⡸", "input": "\u00a6", "output": "⡸" } ] },
      { "data": [ { "comment": "\u00a7 (SECTION SIGN)                               become ⣨", "input": "\u00a7", "output": "⣨" } ] },
      { "data": [ { "comment": "\u00a8 (DIAERESIS)                                  become ⢒", "input": "\u00a8", "output": "⢒" } ] },
      { "data": [ { "comment": "\u00a9 (COPYRIGHT SIGN)                             become ⢅", "input": "\u00a9", "output": "⢅" } ] },
      { "data": [ { "comment": "\u00aa (FEMININE ORDINAL INDICATOR)                 become ⣂", "input": "\u00aa", "output": "⣂" } ] },
      { "data": [ { "comment": "\u00ab (LEFT-POINTING DOUBLE ANGLE QUOTATION MARK)  become ⣆", "input": "\u00ab", "output": "⣆" } ] },
      { "data": [ { "comment": "\u00ac (NOT SIGN)                                   become ⡔", "input": "\u00ac", "output": "⡔" } ] },
      { "data": [ { "comment": "\u00ad (SOFT HYPHEN)                                become ⣀", "input": "\u00ad", "output": "⣀" } ] },
      { "data": [ { "comment": "\u00ae (REGISTERED SIGN)                            become ⢗", "input": "\u00ae", "output": "⢗" } ] },
      { "data": [ { "comment": "\u00af (MACRON)                                     become ⢘", "input": "\u00af", "output": "⢘" } ] },
      { "data": [ { "comment": "\u00b0 (DEGREE SIGN)                                become ⢴", "input": "\u00b0", "output": "⢴" } ] },
      { "data": [ { "comment": "\u00b1 (PLUS-MINUS SIGN)                            become ⣖", "input": "\u00b1", "output": "⣖" } ] },
      { "data": [ { "comment": "\u00b2 (SUPERSCRIPT TWO)                            become ⡆", "input": "\u00b2", "output": "⡆" } ] },
      { "data": [ { "comment": "\u00b3 (SUPERSCRIPT THREE)                          become ⡒", "input": "\u00b3", "output": "⡒" } ] },
      { "data": [ { "comment": "\u00b4 (ACUTE ACCENT)                               become ⠠", "input": "\u00b4", "output": "⠠" } ] },
      { "data": [ { "comment": "\u00b5 (MICRO SIGN)                                 become ⢍", "input": "\u00b5", "output": "⢍" } ] },
      { "data": [ { "comment": "\u00b6 (PILCROW SIGN)                               become ⡨", "input": "\u00b6", "output": "⡨" } ] },
      { "data": [ { "comment": "\u00b7 (MIDDLE DOT)                                 become ⡀", "input": "\u00b7", "output": "⡀" } ] },
      { "data": [ { "comment": "\u00b8 (CEDILLA)                                    become ⢈", "input": "\u00b8", "output": "⢈" } ] },
      { "data": [ { "comment": "\u00b9 (SUPERSCRIPT ONE)                            become ⡂", "input": "\u00b9", "output": "⡂" } ] },
      { "data": [ { "comment": "\u00ba (MASCULINE ORDINAL INDICATOR)                become ⢕", "input": "\u00ba", "output": "⢕" } ] },
      { "data": [ { "comment": "\u00bb (RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK) become ⣰", "input": "\u00bb", "output": "⣰" } ] },
      { "data": [ { "comment": "\u00bc (VULGAR FRACTION ONE QUARTER)                become ⢼", "input": "\u00bc", "output": "⢼" } ] },
      { "data": [ { "comment": "\u00bd (VULGAR FRACTION ONE HALF)                   become ⡼", "input": "\u00bd", "output": "⡼" } ] },
      { "data": [ { "comment": "\u00be (VULGAR FRACTION THREE QUARTERS)             become ⣼", "input": "\u00be", "output": "⣼" } ] },
      { "data": [ { "comment": "\u00bf (INVERTED QUESTION MARK)                     become ⢢", "input": "\u00bf", "output": "⢢" } ] },
      { "data": [ { "comment": "\u00c0 (LATIN CAPITAL LETTER A WITH GRAVE)          become ⣷", "input": "\u00c0", "output": "⣷" } ] },
      { "data": [ { "comment": "\u00c1 (LATIN CAPITAL LETTER A WITH ACUTE)          become ⡷", "input": "\u00c1", "output": "⡷" } ] },
      { "data": [ { "comment": "\u00c2 (LATIN CAPITAL LETTER A WITH CIRCUMFLEX)     become ⣡", "input": "\u00c2", "output": "⣡" } ] },
      { "data": [ { "comment": "\u00c3 (LATIN CAPITAL LETTER A WITH TILDE)          become ⣣", "input": "\u00c3", "output": "⣣" } ] },
      { "data": [ { "comment": "\u00c4 (LATIN CAPITAL LETTER A WITH DIAERESIS)      become ⣜", "input": "\u00c4", "output": "⣜" } ] },
      { "data": [ { "comment": "\u00c5 (LATIN CAPITAL LETTER A WITH RING ABOVE)     become ⡡", "input": "\u00c5", "output": "⡡" } ] },
      { "data": [ { "comment": "\u00c6 (LATIN CAPITAL LETTER AE)                    become ⡜", "input": "\u00c6", "output": "⡜" } ] },
      { "data": [ { "comment": "\u00c7 (LATIN CAPITAL LETTER C WITH CEDILLA)        become ⣯", "input": "\u00c7", "output": "⣯" } ] },
      { "data": [ { "comment": "\u00c8 (LATIN CAPITAL LETTER E WITH GRAVE)          become ⡮", "input": "\u00c8", "output": "⡮" } ] },
      { "data": [ { "comment": "\u00c9 (LATIN CAPITAL LETTER E WITH ACUTE)          become ⡿", "input": "\u00c9", "output": "⡿" } ] },
      { "data": [ { "comment": "\u00ca (LATIN CAPITAL LETTER E WITH CIRCUMFLEX)     become ⡣", "input": "\u00ca", "output": "⡣" } ] },
      { "data": [ { "comment": "\u00cb (LATIN CAPITAL LETTER E WITH DIAERESIS)      become ⡫", "input": "\u00cb", "output": "⡫" } ] },
      { "data": [ { "comment": "\u00cc (LATIN CAPITAL LETTER I WITH GRAVE)          become ⣌", "input": "\u00cc", "output": "⣌" } ] },
      { "data": [ { "comment": "\u00cd (LATIN CAPITAL LETTER I WITH ACUTE)          become ⡌", "input": "\u00cd", "output": "⡌" } ] },
      { "data": [ { "comment": "\u00ce (LATIN CAPITAL LETTER I WITH CIRCUMFLEX)     become ⡩", "input": "\u00ce", "output": "⡩" } ] },
      { "data": [ { "comment": "\u00cf (LATIN CAPITAL LETTER I WITH DIAERESIS)      become ⡻", "input": "\u00cf", "output": "⡻" } ] },
      { "data": [ { "comment": "\u00d0 (LATIN CAPITAL LETTER ETH)                   become ⣹", "input": "\u00d0", "output": "⣹" } ] },
      { "data": [ { "comment": "\u00d1 (LATIN CAPITAL LETTER N WITH TILDE)          become ⣻", "input": "\u00d1", "output": "⣻" } ] },
      { "data": [ { "comment": "\u00d2 (LATIN CAPITAL LETTER O WITH GRAVE)          become ⣬", "input": "\u00d2", "output": "⣬" } ] },
      { "data": [ { "comment": "\u00d3 (LATIN CAPITAL LETTER O WITH ACUTE)          become ⡬", "input": "\u00d3", "output": "⡬" } ] },
      { "data": [ { "comment": "\u00d4 (LATIN CAPITAL LETTER O WITH CIRCUMFLEX)     become ⡹", "input": "\u00d4", "output": "⡹" } ] },
      { "data": [ { "comment": "\u00d5 (LATIN CAPITAL LETTER O WITH TILDE)          become ⣩", "input": "\u00d5", "output": "⣩" } ] },
      { "data": [ { "comment": "\u00d6 (LATIN CAPITAL LETTER O WITH DIAERESIS)      become ⣪", "input": "\u00d6", "output": "⣪" } ] },
      { "data": [ { "comment": "\u00d7 (MULTIPLICATION SIGN)                        become ⢭", "input": "\u00d7", "output": "⢭" } ] },
      { "data": [ { "comment": "\u00d8 (LATIN CAPITAL LETTER O WITH STROKE)         become ⡪", "input": "\u00d8", "output": "⡪" } ] },
      { "data": [ { "comment": "\u00d9 (LATIN CAPITAL LETTER U WITH GRAVE)          become ⣾", "input": "\u00d9", "output": "⣾" } ] },
      { "data": [ { "comment": "\u00da (LATIN CAPITAL LETTER U WITH ACUTE)          become ⡾", "input": "\u00da", "output": "⡾" } ] },
      { "data": [ { "comment": "\u00db (LATIN CAPITAL LETTER U WITH CIRCUMFLEX)     become ⡱", "input": "\u00db", "output": "⡱" } ] },
      { "data": [ { "comment": "\u00dc (LATIN CAPITAL LETTER U WITH DIAERESIS)      become ⡳", "input": "\u00dc", "output": "⡳" } ] },
      { "data": [ { "comment": "\u00dd (LATIN CAPITAL LETTER Y WITH ACUTE)          become ⡯", "input": "\u00dd", "output": "⡯" } ] },
      { "data": [ { "comment": "\u00de (LATIN CAPITAL LETTER THORN)                 become ⣫", "input": "\u00de", "output": "⣫" } ] },
      { "data": [ { "comment": "\u00df (LATIN SMALL LETTER SHARP S)                 become ⢎", "input": "\u00df", "output": "⢎" } ] },
      { "data": [ { "comment": "\u00e0 (LATIN SMALL LETTER A WITH GRAVE)            become ⢷", "input": "\u00e0", "output": "⢷" } ] },
      { "data": [ { "comment": "\u00e1 (LATIN SMALL LETTER A WITH ACUTE)            become ⠷", "input": "\u00e1", "output": "⠷" } ] },
      { "data": [ { "comment": "\u00e2 (LATIN SMALL LETTER A WITH CIRCUMFLEX)       become ⢡", "input": "\u00e2", "output": "⢡" } ] },
      { "data": [ { "comment": "\u00e3 (LATIN SMALL LETTER A WITH TILDE)            become ⢣", "input": "\u00e3", "output": "⢣" } ] },
      { "data": [ { "comment": "\u00e4 (LATIN SMALL LETTER A WITH DIAERESIS)        become ⢜", "input": "\u00e4", "output": "⢜" } ] },
      { "data": [ { "comment": "\u00e5 (LATIN SMALL LETTER A WITH RING ABOVE)       become ⠡", "input": "\u00e5", "output": "⠡" } ] },
      { "data": [ { "comment": "\u00e6 (LATIN SMALL LETTER AE)                      become ⠜", "input": "\u00e6", "output": "⠜" } ] },
      { "data": [ { "comment": "\u00e7 (LATIN SMALL LETTER C WITH CEDILLA)          become ⢯", "input": "\u00e7", "output": "⢯" } ] },
      { "data": [ { "comment": "\u00e8 (LATIN SMALL LETTER E WITH GRAVE)            become ⠮", "input": "\u00e8", "output": "⠮" } ] },
      { "data": [ { "comment": "\u00e9 (LATIN SMALL LETTER E WITH ACUTE)            become ⠿", "input": "\u00e9", "output": "⠿" } ] },
      { "data": [ { "comment": "\u00ea (LATIN SMALL LETTER E WITH CIRCUMFLEX)       become ⠣", "input": "\u00ea", "output": "⠣" } ] },
      { "data": [ { "comment": "\u00eb (LATIN SMALL LETTER E WITH DIAERESIS)        become ⠫", "input": "\u00eb", "output": "⠫" } ] },
      { "data": [ { "comment": "\u00ec (LATIN SMALL LETTER I WITH GRAVE)            become ⢌", "input": "\u00ec", "output": "⢌" } ] },
      { "data": [ { "comment": "\u00ed (LATIN SMALL LETTER I WITH ACUTE)            become ⠌", "input": "\u00ed", "output": "⠌" } ] },
      { "data": [ { "comment": "\u00ee (LATIN SMALL LETTER I WITH CIRCUMFLEX)       become ⠩", "input": "\u00ee", "output": "⠩" } ] },
      { "data": [ { "comment": "\u00ef (LATIN SMALL LETTER I WITH DIAERESIS)        become ⠻", "input": "\u00ef", "output": "⠻" } ] },
      { "data": [ { "comment": "\u00f0 (LATIN SMALL LETTER ETH)                     become ⢹", "input": "\u00f0", "output": "⢹" } ] },
      { "data": [ { "comment": "\u00f1 (LATIN SMALL LETTER N WITH TILDE)            become ⢻", "input": "\u00f1", "output": "⢻" } ] },
      { "data": [ { "comment": "\u00f2 (LATIN SMALL LETTER O WITH GRAVE)            become ⢬", "input": "\u00f2", "output": "⢬" } ] },
      { "data": [ { "comment": "\u00f3 (LATIN SMALL LETTER O WITH ACUTE)            become ⠬", "input": "\u00f3", "output": "⠬" } ] },
      { "data": [ { "comment": "\u00f4 (LATIN SMALL LETTER O WITH CIRCUMFLEX)       become ⠹", "input": "\u00f4", "output": "⠹" } ] },
      { "data": [ { "comment": "\u00f5 (LATIN SMALL LETTER O WITH TILDE)            become ⢩", "input": "\u00f5", "output": "⢩" } ] },
      { "data": [ { "comment": "\u00f6 (LATIN SMALL LETTER O WITH DIAERESIS)        become ⢪", "input": "\u00f6", "output": "⢪" } ] },
      { "data": [ { "comment": "\u00f7 (DIVISION SIGN)                              become ⡲", "input": "\u00f7", "output": "⡲" } ] },
      { "data": [ { "comment": "\u00f8 (LATIN SMALL LETTER O WITH STROKE)           become ⠪", "input": "\u00f8", "output": "⠪" } ] },
      { "data": [ { "comment": "\u00f9 (LATIN SMALL LETTER U WITH GRAVE)            become ⢾", "input": "\u00f9", "output": "⢾" } ] },
      { "data": [ { "comment": "\u00fa (LATIN SMALL LETTER U WITH ACUTE)            become ⠾", "input": "\u00fa", "output": "⠾" } ] },
      { "data": [ { "comment": "\u00fb (LATIN SMALL LETTER U WITH CIRCUMFLEX)       become ⠱", "input": "\u00fb", "output": "⠱" } ] },
      { "data": [ { "comment": "\u00fc (LATIN SMALL LETTER U WITH DIAERESIS)        become ⠳", "input": "\u00fc", "output": "⠳" } ] },
      { "data": [ { "comment": "\u00fd (LATIN SMALL LETTER Y WITH ACUTE)            become ⠯", "input": "\u00fd", "output": "⠯" } ] },
      { "data": [ { "comment": "\u00fe (LATIN SMALL LETTER THORN)                   become ⢫", "input": "\u00fe", "output": "⢫" } ] },
      { "data": [ { "comment": "\u00ff (LATIN SMALL LETTER Y WITH DIAERESIS)        become ⢳", "input": "\u00ff", "output": "⢳" } ] },
      { "data": [ { "comment": "If character not defined in 8-dot standard; follow 6-dot standard instead (lower case diacritic)", "input": "ờ", "output": "⠈⠕" } ] },
      { "data": [ { "comment": "If character not defined in 8-dot standard; follow 6-dot standard instead (upper case diacritic)", "input": "Ờ", "output": "⠠⠈⠕" } ] }
  ]										
}