Re: [w3c/IndexedDB] sorted list by code unit (#179)

DOMStrings are not UTF-16. They are sequences of 16-bit code units; they are not required to be valid UTF-16.

This is equivalent to calling `sort()` on an ECMAScript array of strings, which is the model for the behavior. I'll add a note.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/179#issuecomment-288890821

Received on Thursday, 23 March 2017 23:28:27 UTC