• Preparing search index...
  • The search index is not available
conway
  • conway
  • parsing/token_parsing
  • encodeCharacter

Function encodeCharacter

  • encodeCharacter(from: string, offset?: number): EncodedUnicodeCharacter
  • Encode a character into a unicode code point

    Parameters

    • from: string

      The string to get the character from.

    • offset: number = 0

      The offset of the character to encode.

    Returns EncodedUnicodeCharacter

    The encoded character number.

    • Defined in parsing/token_parsing.ts:23

Settings

Member Visibility
conway
  • Loading...