Problem with posting links
|
11-06-2021, 05:23 PM
Post: #1
|
|||
|
|||
Problem with posting links
Some time ago I had posted a link to a document that is on a Google drive but I did not look not it further at the time as other way of getting to the document where posted. This was in the thread "HP Nano Processor" recently there was a new post by someone looking for this document and much to my surprise when I found the link I had posted on a groups.io forum to the same document the link still worked so I got to wondering why the one I posted in the thread did not work.
What I found is that when posting the link here whatever formats the link was inserting 3 unprintable characters into the link, I discovered this by coping the link from the tread here and the link from groups.io into a hex editor and there the three extra characters appear. This is the link I deliberately left the "https://" in hopes that the editor would leave it alone "drive.google.com/folderview?id=0BwZMBH1UdIEYfkZsMllIRFN2TlowY0JzLXNGbnFtMGhyVDNKUHU0Y3VwREVmVWVfbFdEelk&usp=sharing" the three characters are inserted right after ...mVWVfb This is the original link Code: 00000000 68 74 74 70 73 3A 2F 2F 64 72 69 76 65 2E 67 6F https://drive.go This is the mangled link Code: 00000000 68 74 74 70 73 3A 2F 2F 64 72 69 76 65 2E 67 6F https://drive.go Note the extra byte between 0x6A and 0x71. Paul. |
|||
11-06-2021, 09:44 PM
Post: #2
|
|||
|
|||
RE: Problem with posting links
%E2%80%8B is Unicode U+200B, "zero width space."
No clue why that would be getting inserted... |
|||
11-07-2021, 06:45 PM
Post: #3
|
|||
|
|||
RE: Problem with posting links
Probably to break long words. A feature of the forum software?
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz Yes, they are inserted after every 80 characters. |
|||
11-07-2021, 10:43 PM
Post: #4
|
|||
|
|||
RE: Problem with posting links
Yep! that's a problem, in the meantime you can place it within a code block, you loose the automatic link but at least you get the correct url.
Code: https://drive.google.com/folderview?id=0BwZMBH1UdIEYfkZsMllIRFN2TlowY0JzLXNGbnFtMGhyVDNKUHU0Y3VwREVmVWVfbFdEelk&usp=sharing |
|||
06-11-2022, 06:49 PM
Post: #5
|
|||
|
|||
RE: Problem with posting links
This issue also occurs when sending PMs. I've confirmed that Sylvain's code block solution works around the issue in PMs.
Try CC41! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)