Method

IpuzCharsetequal

Declaration [src]

gboolean
ipuz_charset_equal (
  IpuzCharset* charset1,
  IpuzCharset* charset2
)

Description [src]

Returns TRUE if charset1 and charset2 have exactly the same contents.

Parameters

charset2

Type: IpuzCharset

An IpuzCharset

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE, if the charsets have identical characters and character counts.