We locate web content using special addresses called URLs. We are all familiar with addresses like https://google.com. Sometimes, URLs can get long and they can become difficult to read. Thus, we might be tempted to format them like so in HTML using newline and tab characters, like so:
my blog post It will … Continue reading You can use newline characters in URLs
That doesn’t work here, the URL is https://lemire.me/blog/2026/02/21/ how-fast-do-browsers-correct-utf-16-strings/ with a %20 in the middle :/
But I got the point and it’s nice! :)