[Bug 24581] Fix ByteString type & [EnsureUTF16] flag story

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24581

Brendan Eich <brendan@mozilla.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brendan@mozilla.org

--- Comment #4 from Brendan Eich <brendan@mozilla.org> ---
ScalarValueString is Not Great. It uses a Unicode phrase out of context, so
does not connote Unicode -- in particular does not suggest that lone surrogates
are replaced by U+FFFD -- and also sounds grandiosely general ("scalar value"
in what domain? String theory? :-P).

Concrete beats abstract when something very concrete such as U+FFFD replacement
is going on under the hood. Any of UnicodeString or UniString or UCString would
be better.

A bikeshedding symposium is in order. I don't have a particular favorite but
can provide beverages if nearby.

The big-picture point is: we can do better than ScalarValueString, and we
should. The future is bigger than the past. Let's get this right soon, before
ScalarValueString spreads widely and we can't change it.

/be

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 23 June 2014 16:50:13 UTC