Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Functions

Functions

  • getNameslistColons(uc: string): string[]
  • getNameslistEquals(uc: string): string[]
  • getNameslistExes(uc: string): string
  • getNameslistPounds(uc: string): string[]
  • getNameslistStars(uc: string): string[]
  • getUnicodeCategoryName(uc: string): string
  • getUnicodeDataName(uc: string): string
  • getUnicodeDataNameCount(): number
  • getUnicodeKCantonese(uc: string): string
  • getUnicodeKDefinition(uc: string): string
  • getUnicodeKJapaneseKun(uc: string): string
  • getUnicodeKJapaneseOn(uc: string): string
  • getUnicodeKKorean(uc: string): string
  • getUnicodeKMandarin(uc: string): string
  • getUnicodeKTang(uc: string): string
  • getUnicodeName(uc: string): string
  • getUnihanCount(): number
  • unicharIsdefined(uc: string): boolean
  • Determines if a given character is assigned in the Unicode standard.

    Parameters

    • uc: string

      a Unicode character

    Returns boolean

  • unicharIsgraph(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

  • unicharToPrintableUtf8(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

  • unicharValidate(uc: string): boolean
  • unicodeGetLocaleCharacter(): string
  • Determines a character that's commonly used in the current locale's script.

    Returns string

  • unicodeGetScriptForChar(wc: string): string
  • unicodeListScripts(): 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