It seems you are right.
\u001f it is control character.
Second range check it is Latin-1 Supplement Block - and not a control
characters (http://www.charbase.com/block/latin-supplement)
Third range check it is punctuation block - and not a control
charcters (http://www.charbase.com/block/general-punctuation).
вторник, 9 октября 2012 г. в 3:42, Toby Thain написал:
Do you know why it is necessary to handle these ranges specially? It wasn't obvious to me (e.g. from RFC) and there's no explanatory comment in the code.