Documentation

UnicodeBasic.CharacterDatabase

Stream type for Unicode Character Database (UCD) files

Unicode data files are semicolon ; (U+003B) separated fields, except for Unihan files and a few others that are tab (U+0009) separated. White spaces around field values are not significant. Line comments are prefixed with a number sign # (U+0023).

Instances For

    Make a UCDStream from a string slice

    Equations
    Instances For

      Get the next line from the UCDStream

      Line comments are stripped and blank lines are skipped.

      Get the next record from the UCDStream

      Spaces around field values are trimmed.

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