Skip to main content

charset_default_collation

Function charset_default_collation 

Source
pub fn charset_default_collation(charset: &str) -> Option<&'static str>
Expand description

The collation SET NAMES <charset> selects, or None for a charset this build does not know. An unknown name is not silently mapped to a default: that is how a session ends up padding differently from what it was told.