Documentation

UnicodeData.Basic

Structure for data from UnicodeData.txt

Instances For
    Equations
    Instances For
      @[reducible, inline, deprecated Unicode.UnicodeData.code (since := "1.2.0")]
      Equations
      Instances For
        @[reducible, inline, deprecated Unicode.UnicodeData.name (since := "1.2.0")]
        Equations
        Instances For
          @[deprecated Unicode.UnicodeData.gc (since := "1.2.0")]
          Equations
          Instances For
            @[reducible, inline, deprecated Unicode.UnicodeData.bidi (since := "1.2.0")]
            Equations
            Instances For
              @[reducible, inline, deprecated Unicode.UnicodeData.cc (since := "1.2.0")]
              Equations
              Instances For
                @[reducible, inline, deprecated Unicode.UnicodeData.cc (since := "1.2.0")]
                Equations
                Instances For
                  @[reducible, inline, deprecated Unicode.UnicodeData.lowercase (since := "1.2.0")]
                  Equations
                  Instances For
                    @[reducible, inline, deprecated Unicode.UnicodeData.uppercase (since := "1.2.0")]
                    Equations
                    Instances For
                      @[reducible, inline, deprecated Unicode.UnicodeData.titlecase (since := "1.2.0")]
                      Equations
                      Instances For
                        Equations

                        Make UnicodeData for noncharacter code point

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Make UnicodeData for generic control code point

                          Equations
                          Instances For

                            Make UnicodeData for generic surrogate code point

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For

                              Make UnicodeData for generic private use code point

                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For

                                Make UnicodeData for CJK compatibilty ideograph code point

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For

                                  Make UnicodeData for CJK unified ideograph code point

                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For

                                    Make UnicodeData for Hangul syllable code point

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For

                                      Make UnicodeData for Tangut ideograph code point

                                      Equations
                                      Instances For

                                        Raw string from file UnicodeData.txt

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For

                                          Get code point data from UnicodeData.txt

                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For
                                            partial def Unicode.getUnicodeData?.find (code : UInt32) (lo hi : Nat) :

                                            Binary search

                                            Get code point data from UnicodeData.txt

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For

                                              Get character data from UnicodeData.txt

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For

                                                Stream type to roll through all code points up to Unicode.max, yielding UnicodeData

                                                Instances For