in tools/PasswordRulesParser.js [86:90]
function _isASCIIPrintableCharacter(c) { console.assert(c.length === 1); return c >= " " && c <= "~"; }