Function

GLib-2.0GLibunichar_validate

  • Checks whether ch is a valid Unicode character.

    Some possible integer values of ch will not be valid. U+0000 is considered a valid character, though it’s normally a string terminator.

    Parameters

    • ch: string

      a Unicode character

    Returns boolean

    TRUE if ch is a valid Unicode character