Stray "%" character in xslt3 command line output on Mac M1
Added by Martin Honnen about 2 years ago
On my Mac Mini, with SaxonJS 2.5 and xslt3
, I seem to get the command line output suffixed with a %
character e.g.
xslt3 "-xp:current-dateTime()"
xs:dateTimeStamp ("2022-10-04T20:11:27.255+02:00")%
That doesn't happen under Windows, but if I run e.g. SaxonCS on the Mac from the command line I don't get any % characters appended to the output.
Is anyone else seeing this?
I have no other Mac to test.
-t
output says its
SaxonJS 2.5 from Saxonica
Node.js version v16.15.0
MacOS is 12.6, shell is zsh.
Replies (2)
RE: Stray "%" character in xslt3 command line output on Mac M1 - Added by Martin Honnen about 2 years ago
Hmm, could be some zsh "feature": https://unix.stackexchange.com/a/167600
Stray "%" character in xslt3 command line output on Mac M1 - Added by Norm Tovey-Walsh about 2 years ago
Saxonica Developer Community notifications@plan.io writes:
Is anyone else seeing this?
Yes. It’s what zsh does when the command ends without a newline. Annoys
me regularly, but not regularly enough to find out how to make zsh stop
doing it, I guess.
Be seeing you,
norm
--
Norm Tovey-Walsh
Saxonica
Please register to reply