Remove ZERO WIDTH NO-BREAK SPACE from list of Unicode space characters for parser,
commit801b7d97c81e22ecf6e531536e4bb3aff8446aab
authorRobert Dodier <robert_dodier@users.sourceforge.net>
Thu, 10 Nov 2022 17:19:07 +0000 (10 09:19 -0800)
committerRobert Dodier <robert_dodier@users.sourceforge.net>
Thu, 10 Nov 2022 17:19:10 +0000 (10 09:19 -0800)
tree8dd771451c519a2592f59b333d2a47c74e78e18a
parent60c3a73d80e3554dba9000878be5ac43ec808324
Remove ZERO WIDTH NO-BREAK SPACE from list of Unicode space characters for parser,
since it is used by document processors to hint at word breaks for typesetting,
and does not represent a word boundary.

Thanks to Gunter Königsmann for pointing it out.
src/nparse.lisp