Method

IpuzCharsetcompare

Declaration [src]

gboolean
ipuz_charset_compare (
  IpuzCharset* charset1,
  IpuzCharset* charset2
)

Description [src]

Compares two charsets to see if they have exactly the same contents.

Parameters

charset2

Type: IpuzCharset

An IpuzCharset.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the characters have the same characters and character counts.