@a6ff0b2b @38bc5aa1 @874ff3d1 What is that, I first thought AppleScript, but that doesn't seem to be it? Funny that you have to import "utf8" to get unicode 🙂
(To be fair, even C can do the right thing calling the corresponding ICU function. It is just #SwiftLang that defaults to it, and I'm still not sure whether this is actually a gain given all the drawbacks)
@40275da3 @38bc5aa1 @874ff3d1 It’s Perl, which predates UTF-8, but has always had one of the best and most complete set of Unicode-related features. That “use” line at the top actually just declares that the *source code* in this file is in UTF-8 encoding. https://perldoc.perl.org/utf8