Skip to main content

UNICODE_VERSION

Constant UNICODE_VERSION 

1.45.0 ยท Source
pub const UNICODE_VERSION: (u8, u8, u8);
๐Ÿ‘ŽDeprecating in a future version:

replaced by the UNICODE_VERSION associated constant on char

Expand description

The version of Unicode that the Unicode parts of char and str methods are based on. Use char::UNICODE_VERSION instead.