Pike: Generate logins from wide strings
I had hard time to find it back using Google, so i'm putting it here since that's quite interresting:
$ pike
Pike v7.6 release 104 running Hilfe v3.5 (Incremental Pike Frontend)
> (string)filter((array)Unicode.normalize("Å i åa ä e ö.", "DK"), `<, 256);
(1) Result: "A i aa a e o."
Permalink No comments / Post a Comment