Changes between Initial Version and Version 1 of Ticket #11622, comment 35


Ignore:
Timestamp:
Jun 17, 2014, 9:54:31 AM (10 years ago)
Author:
Jun Omae
Comment:

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.
     1I think we should remove the zero-width characters from entire of the author rahter than strip from trailing and leading of the author.
    22
    33||= Code point ||= Bytes              ||= Example ||= Notes ||
     
    66|| U+200C      || "jun" U+200C "66j5" || jun‌66j5 || ||
    77|| U+200D      || "jun" U+200D "66j5" || jun‍66j5 || ||
     8|| U+2060      || "jun" U+2060 "66j5" || jun⁠66j5 || ||
    89|| U+FEFF      || "jun" U+FEFF "66j5" || jun66j5 || ||
    910
    10 See also https://www.cs.tut.fi/~jkorpela/chars/spaces.html.
     11See also https://www.cs.tut.fi/~jkorpela/chars/spaces.html and http://en.wikipedia.org/wiki/Space_%28punctuation%29#Spaces_in_Unicode.
    1112
    1213Also, Directional Formatting Characters can be used to bypass the checking.