Perl 6 has strong support for Unicode. In particular, it's one of the few languages that presents Unicode strings as a sequence of graphemes rather than code points. There's also some funky mathematical notation, which may seem strange in the ASCII-centric parts of the world, could be plausibly used by those who use an IME on a day to day basis.
One fun fact I learnt: In Unicode, \r\n is a single grapheme.
One fun fact I learnt: In Unicode, \r\n is a single grapheme.
Day 7 — Unicode, Perl 6, and You
