Problem with posting links - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Forum Issues and Administration (/forum-19.html) +--- Thread: Problem with posting links (/thread-17676.html) |
Problem with posting links - Paul Berger (Canada) - 11-06-2021 05:23 PM 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. RE: Problem with posting links - Thomas Okken - 11-06-2021 09:44 PM %E2%80%8B is Unicode U+200B, "zero width space." No clue why that would be getting inserted... RE: Problem with posting links - SammysHP - 11-07-2021 06:45 PM Probably to break long words. A feature of the forum software? abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz Yes, they are inserted after every 80 characters. RE: Problem with posting links - Sylvain Cote - 11-07-2021 10:43 PM 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 RE: Problem with posting links - Craig Bladow - 06-11-2022 06:49 PM This issue also occurs when sending PMs. I've confirmed that Sylvain's code block solution works around the issue in PMs. |