https://bugzilla.wikimedia.org/show_bug.cgi?id=28460
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2011-04-07 22:07:08 UTC --- (In reply to comment #1) > We already make it impossible to create pages with invisible spaces: > http://en.wikipedia.org/w/index.php?title=Horsesho%E2%80%8Be_orbit&action=edit > > Is there any reason to do more than this? That is some customization on the Wikipedia side (abuse filter presumably). We allow creating such pages in general. For example: http://test.wikipedia.org/wiki/Horsesho%E2%80%8Be_orbit "Invisible" characters are sometimes needed for typographical reasons. I'm not sure if that is the case for Zero width space, but certainly is for other zero width characters (ZWNJ, etc)- so we should be careful before excluding any such characters. >From the spec - "Zero width space indicates a word break or line break opportunity, except that it has no width. Zero-width space characters are intended to be used in languages that have no visible word spacing to represent word break or line break opportunities, such as Thai, Myanmar, Khmer, and Japanese." Thus, such characters might potentially be useful in a very very long title, in a language that doesn't use spaces, to indicate where to put a line break in the title. (Of course I don't speak any such languages, so could be wrong on that). Anyways I don't think we should disallow it without being very sure its un-needed. (OTOH, we do disallow left-to-right mark characters, which are similar, as well as normalizing things like narrow-non-break space to normal spaces, so we do similar things to what is proposed here) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
