15.5.4.19 String.prototype.toLocaleUpperCase()

2010-07-11

string String.prototype.toLocaleUpperCase()

This function works the same as String.prototype.toUpperCase except for a few specific cases where the rules of the language conflict with regular unicode case mappings. Turkish for example.

No algorithm has been given, but you can assume that it's the same from toUpperCase, except for the actual mapping.

The specification notes that the first parameter might be used in a future specification.