Peter Hoddie
Peter Hoddie
Given the flow of this conversation, I feel like I'm overlooking a key assumption. I don't see how a reasonable behavior can be achieved solely by script-level patches. That would...
@gibson042 Thank you for the notes. I understand now that the concern here is with standard JavaScript language behavior, not a conformance issue with the XS implementation. What you want...
> What about the length of strings in XS? They are conformant. That was among the benefits of moving to CESU-8.
Now that I think I understand the goal (thank you for your patience), a solution would look something like this? - A JavaScript implementation of a comparison function that gives...
> I very much doubt the existence of a code-point-order comparator for JavaScript strings Your intuition matches my search results. So. > I very much doubt the existence of a...
Perfect. Thank you!
> Until that native implementation exists, perhaps we stick with UTF16 code unit order. Though, obviously, the longer we wait before switching compareRank/compareKeys/compactOrdered, the more painful the compat risk will...
> Hi! Somewhere in my To-dos I have a record about the outlines =) That's great to hear. At least the feature is not wildly out of scope! > Unfortunately,...
Any interest or feedback?
Hey @bitbank2, thanks for the response. > I agree with half of them :) I think we're a bit under half, but appreciate the optimism. Let's see what we can...