Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • get_nameslist_colons(uc: string): string[]
  • get_nameslist_equals(uc: string): string[]
  • get_nameslist_exes(uc: string): string
  • get_nameslist_pounds(uc: string): string[]
  • get_nameslist_stars(uc: string): string[]
  • get_unicode_category_name(uc: string): string
  • get_unicode_data_name(uc: string): string
  • get_unicode_data_name_count(): number
  • get_unicode_kCantonese(uc: string): string
  • get_unicode_kDefinition(uc: string): string
  • get_unicode_kJapaneseKun(uc: string): string
  • get_unicode_kJapaneseOn(uc: string): string
  • get_unicode_kKorean(uc: string): string
  • get_unicode_kMandarin(uc: string): string
  • get_unicode_kTang(uc: string): string
  • get_unicode_name(uc: string): string
  • get_unihan_count(): number
  • unichar_isdefined(uc: string): boolean
  • Determines if a given character is assigned in the Unicode standard.

    Parameters

    • uc: string

      a Unicode character

    Returns boolean

  • unichar_isgraph(uc: string): boolean
  • Determines whether a character is printable and not a space (returns %FALSE for control characters, format characters, and spaces). g_unichar_isprint() is similar, but returns %TRUE for spaces. Given some UTF-8 text, obtain a character value with g_utf8_get_char().

    Parameters

    • uc: string

      a Unicode character

    Returns boolean

  • unichar_to_printable_utf8(uc: string, outbuf: string): number
  • Converts a single character to UTF-8 suitable for rendering. Check the source to see what this means. ;-)

    Parameters

    • uc: string

      a unicode character

    • outbuf: string

      output buffer, must have at least 10 bytes of space. If %NULL, the length will be computed and returned and nothing will be written to outbuf.

    Returns number

  • unichar_validate(uc: string): boolean
  • unicode_get_locale_character(): string
  • unicode_get_script_for_char(wc: string): string
  • unicode_list_scripts(): string[]
  • Returns an array of untranslated script names.

    The strings in the array are owned by gucharmap and should not be modified or free; the array itself however is allocated and should be freed with g_free().

    Returns string[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method