Constant UNICODE_VERSION

Deprecated since TBD: replaced by the `UNICODE_VERSION` associated constant on `char`
pub const UNICODE_VERSION: (u8, u8, u8);

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