Bjoern Hoehrmann (2013-10-24T17:11:32.000Z)
* Mathias Bynens wrote:
>Out of curiosity, is there any programming language that operates on 
>grapheme clusters (rather than code points) by default? FWIW, code point 
>iteration is what I’d expect in any language.

It is the specified default for Perl 6 that can be modified through
lexically scoped pragmas. I do not know the state of implementation.
-- 
Björn Höhrmann · mailto:bjoern at hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
domenic at domenicdenicola.com (2013-10-26T03:25:31.225Z)
Mathias Bynens wrote:
> Out of curiosity, is there any programming language that operates on 
> grapheme clusters (rather than code points) by default? FWIW, code point 
> iteration is what I’d expect in any language.

It is the specified default for Perl 6 that can be modified through
lexically scoped pragmas. I do not know the state of implementation.