Method

IpuzPuzzleget_charset_str

Declaration [src]

const gchar*
ipuz_puzzle_get_charset_str (
  IpuzPuzzle* self
)

Description [src]

Returns the characters that can be entered in the puzzle, in string form.

If IpuzPuzzle:locale is set, then the default charset will be defined by it.

Having a charset that doesn’t match the characters of the solution of self may cause problems for tools that use the puzzle.

Return value

Type: const gchar*

The characters that can be entered in the puzzle, in string form.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.