-
webrick doesn't handle Unicode in HTTP location header, eg. redirection to an URL like `http://dxczjjuegupb.cloudfront.net/wp-content/uploads/2017/10/Оуэн-Мэтьюс.jpg`.
```ruby
[2023-02-17 16:41:33…
-
**The original post has been merged into the formal proposal.**
## Proposal
### Overview
Markdown provides multiple ways to create links. It would be useful to have refactorings that convert …
-
### What happened?
### Description
I created [an issue originally](https://github.com/nystudio107/craft-seomatic/issues/1519) about this on the SEOmatic plugin repo who suggested this maybe should b…
-
`self.request.path` is the raw urlencoded path from the HTTP start line (i.e. it doesn't even normalize anything and takes whatever the client gives).
The router `PathMatches` uses this to match the …
-
Pandoc percent-encodes some characters like "[" and "]" in URIs. For example, this
* `link`
becomes:
* `[link](https://example.com/_%5Bbracketed%5D_)`
https://pandoc.org/try/?text=%3Ca+hre…
-
When I try to request a page with non-ASCII characters in the URL, e.g. `http://stützstrümpfe.de/` or `https://nl.wikipedia.org/wiki/België`, I get an UnicodeEncodeError exception when using the curl …
Sjord updated
6 years ago
-
Hi all,
We noticed that `System.Private.Uri` is not following [the WHATWG living standard of URL](https://url.spec.whatwg.org/), which results in some different parsing result comparing to major br…
-
On multi-languages websites, the links maybe in Franch or Romanian languages, so they want be registered because of this [filtering process](https://github.com/knyzorg/Sitemap-Generator-Crawler/blob/9…
mazux updated
7 years ago
-
The link checker currently doesn't accept IRIs (i.e. URIs that contain non-ASCII characters). This should be fixed.
I have looked at this in the past, but didn't get around to do actual work.
There a…
-
> > This could then be used specify a doi: IRI, per RFC3987:
>
> I had looked at deriving the URI representation from an IRI representation (and using Steps 1(c) of RFC 3987, 3.1) but…