[][src]Module glk::latin1

Constants

UNKNOWN

Placeholder for characters that have no substitute in Latin-1.

Functions

from_char

Map rust char to Latin-1. If out of range, turn it to '?' as per the spec.

from_str

Unicode (str) to Latin-1

from_u32

Map 32-bit unicode code point to Latin-1. If out of range,

to_char

Latin-1 to unicode (char). This relies on the fact that

to_lower

Latin-1 to uppercase, as defined for the Glk API

to_string

Latin-1 to unicode (string)

to_upper

Latin-1 to lowercase, as defined for the Glk API