Method

IpuzCharsetBuilderadd_text

Declaration [src]

void
ipuz_charset_builder_add_text (
  IpuzCharsetBuilder* self,
  const char* text
)

Description [src]

Adds each unicode code point from text into self.

Parameters

text

Type: const char*

String with characters to add to the builder.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.