pub const POSSIBLE_LINE_ENDINGS_SET: [char; 32];Expand description
Set of possible line endings, the set is different from one used crate::method::trailing_unicode as it includes all possible characters, not the curated set used in encoding.
pub const POSSIBLE_LINE_ENDINGS_SET: [char; 32];Set of possible line endings, the set is different from one used crate::method::trailing_unicode as it includes all possible characters, not the curated set used in encoding.