Block shift out / shift in in username

This commit is contained in:
7cc5c4f330d47060 2024-07-24 16:05:51 -04:00
parent 96a9d28e42
commit cb064f9541

View file

@ -7,6 +7,8 @@ const rsg=function(count){
if(rng==11) rng=19; //No vertical tabulations
if(rng==12) rng=20; //No form feed
if(rng==13) rng=21; //No carriage returns
if(rng==14) rng=22; //No shift out
if(rng==15) rng=23; //No shift in
output+=String.fromCharCode(rng)
}
return output;