Changes between Initial Version and Version 1 of Ticket #11622, comment 35
- Timestamp:
- Jun 17, 2014, 9:54:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11622, comment 35
initial v1 1 I think we should remove the zero-width characters from input of the author rahter than strip from trailing and leading.1 I think we should remove the zero-width characters from entire of the author rahter than strip from trailing and leading of the author. 2 2 3 3 ||= Code point ||= Bytes ||= Example ||= Notes || … … 6 6 || U+200C || "jun" U+200C "66j5" || jun66j5 || || 7 7 || U+200D || "jun" U+200D "66j5" || jun66j5 || || 8 || U+2060 || "jun" U+2060 "66j5" || jun66j5 || || 8 9 || U+FEFF || "jun" U+FEFF "66j5" || jun66j5 || || 9 10 10 See also https://www.cs.tut.fi/~jkorpela/chars/spaces.html .11 See also https://www.cs.tut.fi/~jkorpela/chars/spaces.html and http://en.wikipedia.org/wiki/Space_%28punctuation%29#Spaces_in_Unicode. 11 12 12 13 Also, Directional Formatting Characters can be used to bypass the checking.