Block shift out / shift in in username
This commit is contained in:
parent
96a9d28e42
commit
cb064f9541
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ const rsg=function(count){
|
||||||
if(rng==11) rng=19; //No vertical tabulations
|
if(rng==11) rng=19; //No vertical tabulations
|
||||||
if(rng==12) rng=20; //No form feed
|
if(rng==12) rng=20; //No form feed
|
||||||
if(rng==13) rng=21; //No carriage returns
|
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)
|
output+=String.fromCharCode(rng)
|
||||||
}
|
}
|
||||||
return output;
|
return output;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue