Module core::charExperimental [-]  [+] [src]

Character manipulation.

For more details, see ::unicode::char (a.k.a. std::char)

Structs

EscapeDefault

An iterator over the characters that represent a char, escaped for maximum portability.

EscapeUnicode

An iterator over the characters that represent a char, as escaped by Rust's unicode escaping rules.

Constants

MAX

The highest valid code point

Traits

Char

Basic char manipulations.

Functions

escape_default

Deprecated, call the escape_default method instead.

escape_unicode

Deprecated, call the escape_unicode method instead.

from_digit

Converts a number to the character representing it

from_u32

Converts from u32 to a char

is_digit_radix

Checks if a char parses as a numeric digit in the given radix

len_utf8_bytes

Returns the amount of bytes this char would need if encoded in UTF-8

to_digit

Converts a char to the corresponding digit