Henri Sivonen

Results 255 comments of Henri Sivonen

FWIW, after more progressi with writing code, I'm even more puzzled about what the second run of "Processing" is meant to catch here.

AFAICT, the current behavior of Firefox and Safari would be consistent with setting this flag to `false` and Chrome’s behavior would be consistent with setting this flag to `true`. Looking...

I posted brief summarized remarks on the [Mozilla standards-positions issue](https://github.com/mozilla/standards-positions/issues/751), but I figured that my more detailed remarks that I wrote down while I was at it are better suited...

Now that crates.io supports parentheses, the correct expression, `(Apache-2.0 OR MIT) AND MIT` is possible. That is: Recipients need to comply with `Apache-2.0 OR MIT` due to the parts that...

The ICU PR is https://github.com/unicode-org/icu/pull/2945

See https://github.com/hsivonen/rust-url/blob/icu4x/idna/src/uts46.rs for usage.

It seems that the remainin CI failures are due to the ICU4C part not yet contributing to the exported data, so it seems OK to start reviewing this. It doesn't...

Changing review request to @eggrobin per discussion with @echeran .

> question + suggestion (optional): IIUC, at this point, UTS 46 is pretty much IDNA2008. Is that correct? If so, you could make a mention of that in the docs...

Opened https://github.com/unicode-org/icu4x/issues/4905 about using data exported with the backport of the ICU4C patch.