function _characterAtBitSetIndex()

in tools/PasswordRulesParser.js [106:109]


function _characterAtBitSetIndex(index)
{
    return String.fromCodePoint(index + SPACE_CODE_POINT);
}