[i18n-activity] opaque string comparison health warning?

aphillips has just created a new issue for https://github.com/w3c/i18n-activity:

== opaque string comparison health warning? ==
https://www.w3.org/TR/IndexedDB-2/#object-store-construct

> Object store names are always compared in a case-sensitive manner, as opaque sequences of 16-bit code units.

The object store name comparison is fine, so long as "comparison" means "for identity". Case-sensitivity is recommended by Charmod-Norm. A health warning may be warranted here, since it is more than just case-sensitive: it is sensitive to the exact encoding sequence. For example, normalization form affects this.

Please view or discuss this issue at https://github.com/w3c/i18n-activity/issues/363 using your GitHub account

Received on Tuesday, 14 March 2017 17:21:38 UTC