Constant stringsext::mission::AF_CTRL[][src]

pub const AF_CTRL: u128 = 0x8000_0000_0000_0000_0000_0000_ffff_ffff;
Expand description

ASCII filter: Controls: (0x00..0x20, 0x7F) C0 and C1 control codes - Wikipedia Unlike traditional strings we exclude “Space” (0x20) here, as it can appear in filenames. Instead, we consider “Space” to be a regular character.