[][src]Module glk::unicode

Constants

UNKNOWN

Unicode character set handling for Glk API. Placeholder for characters that are invalid unicode.

Functions

from_string

Rust string to Glk u32 buffer. Truncates the output if it doesn't fit.

to_char

u32 from Glk to rust char. Invalid characters will be replaced with the placeholder character

to_string

u32 buffer from Glk to rust string. Invalid characters will be replaced with the placeholder character (U+fffd).