https://bugzilla.wikimedia.org/show_bug.cgi?id=17119





--- Comment #2 from seth <[email protected]>  2009-01-22 
22:17:02 UTC ---
Oops, sorry again, &nbsp; is not parsed, it was just a copy&paste error.
Third try:

A solution would be

  '/(.) ([?:;!%]|\\302\\273)/' => '\\1&nbsp;\\2',
or
  '/(.) (?=[?:;!%]|\\302\\273)/' => '\\1&nbsp;',
or
  '/(?<=.) (?=[?:;!%]|\\302\\273)/' => '&nbsp;',


-- 
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

Reply via email to