10 Jan 12, 01:37AM
(This post was last modified: 10 Jan 12, 01:39AM by Felix-The-Ghost.)
I sorta don't think they'd use any character if it were visible -- if I am perceiving it right, the novelty of it is that the prompt seems to appear in the middle of the screen, because of non-visible characters.
Personally I would just condense white space and go from there (Not that this happens often anyway)
Coding the condensation of multiple repeated character sequences, with the raised objection of people "creatively" circumventing limitations in mind, may be a waste as the possibilities are quite endless -- e.g:
No repeated sequences, even without spaces.
A possible solution (also limiting however) is to remove certain characters (!@#$%^&*_+-=,./?':;~`)
Though really, as I said before, I believe without the novelty of non-visible characters this problem wouldn't exist very widely.
Personally I would just condense white space and go from there (Not that this happens often anyway)
Coding the condensation of multiple repeated character sequences, with the raised objection of people "creatively" circumventing limitations in mind, may be a waste as the possibilities are quite endless -- e.g:
[SELECT ALL] Code:
legitimate_reason.+._.=+.-_.=+_.=_+.-=_=_-=spam_message_here
A possible solution (also limiting however) is to remove certain characters (!@#$%^&*_+-=,./?':;~`)
Though really, as I said before, I believe without the novelty of non-visible characters this problem wouldn't exist very widely.