* 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:[email protected] · 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/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

