Skip to main content

normalize_nfc

Function normalize_nfc 

Source
pub fn normalize_nfc(s: &str) -> String
Expand description

Normalize a string to Unicode NFC form.

Used for filenames from sources not covered by nzb-core’s parser (e.g. yEnc headers from nzb-decode). NZB-derived names are already normalized by nzb-core v0.1.1+.