-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
I copy & pasted this from the InstallationGuide.pdf into Terminal.app:
bzr branch lp:~openshot.code/libopenshot/libopenshotaudio
Unlike above (for me at least) it looks correct when pasted into terminal (with what appears to be a hyphen between ...shot and audio).
However it results in an error message:
bzr: ERROR: Invalid url supplied to transport: "bzr+ssh://bazaar.launchpad.net/~openshot.code/libopenshot/libopenshot%C2%ADaudio": no supported schemes
You'll notice that instead of a hyphen it has %C2%AD.
I verified the result via xxd:
$ pbpaste | xxd
0000000: 627a 7220 6272 616e 6368 206c 703a 7e6f bzr branch lp:~o
0000010: 7065 6e73 686f 742e 636f 6465 2f6c 6962 penshot.code/lib
0000020: 6f70 656e 7368 6f74 2f6c 6962 6f70 656e openshot/libopen
0000030: 7368 6f74 c2ad 6175 6469 6f shot..audio
When I manually corrected the URL to have a hyphen it worked:
bzr branch lp:~openshot.code/libopenshot/libopenshot-audio
I assume there's some "smart" hyphen-ing or something going on during the PDF production process.
(After further investigation it seems like it's a UTF-8 encoding of a "soft hypen" rather than a "hyphen minus".)
References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels