Method
IpuzPuzzleset_charset
Declaration [src]
void
ipuz_puzzle_set_charset (
IpuzPuzzle* self,
IpuzCharset* charset
)
Description [src]
Sets the characters that can be entered in the puzzle. Setting this
explicitly will override the charset defined by
IpuzPuzzle:locale
.
Setting a charset that doesn’t include the characters of the
solution of self
may cause problems for tools that use the puzzle.
Updating this value will also keep IpuzPuzzle:charset
in sync.
Sets property | Ipuz.Puzzle:charset |
Parameters
charset
-
Type:
IpuzCharset
The characters that can be entered in the puzzle.
The data is owned by the caller of the method.