Can you explain why you included the range of characters between \u2000 and \u2100 in the section of the quote() method that escapes characters? I understand why the other two ranges are escaped, and I understand that any character may be escaped, I'm just looking for the reasoning behind escaping that particular range of characters.
Thanks in advance.
Can you explain why you included the range of characters between \u2000 and \u2100 in the section of the quote() method that escapes characters? I understand why the other two ranges are escaped, and I understand that any character may be escaped, I'm just looking for the reasoning behind escaping that particular range of characters.
Thanks in advance.