Mihai Nita

Results 27 issues of Mihai Nita

There are some sequences of bytes that are valid lead-trailing according to the description at https://encoding.spec.whatwg.org/#big5-decoder, but don't have a corresponding Unicode codepoint in the `index-big5.txt` mapping table. In this...

needs implementer interest
security/privacy

We've been using all kind of names in our separate proposals, and never managed to unify. But names are important, and it's about time to decide on this. Some examples:...

meta

From all I know all parties agree that we need to format to "something that is not text" We need to decide what that is. Or to decide if is...

One of the contention points between the 3 proposals was the selection process: best match vs first match. Implementing `MessageFormat` v1 behavior compatibility for plural requires best match functionality (so...

After placeholders are replaced with the final text the result should in some cases be "adjusted to match" Common English example: `"I received a {item}"` The "a" there should become...

It does not matter if we do the evaluation in one go or in two steps, at some point one needs to go from the arguments to the final result...