Documentation

UnicodeData.PropList

Structure containing supported character properties from PropList.txt

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

    Raw string form PropList.txt

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

      Parsed data from PropList.txt

      Equations
      • Unicode.PropList.data = { noncharacterCodePoint := #[], whiteSpace := #[], otherMath := #[], otherAlphabetic := #[], otherLowercase := #[], otherUppercase := #[] }
      Instances For
        @[inline]

        Check if code point has White_Space property from PropList.txt

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

          Check if code point has Other_Math property from PropList.txt

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

            Check if code point has Other_Alphabetic property from PropList.txt

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

              Check if code point has Other_Lowercase property from PropList.txt

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

                Check if code point has Other_Uppercase property from PropList.txt

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