start > 2007-03-16 > 1

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."

Original thread on the Pike language mailing list:

[external]http://arcknowledge.com/gmane.comp.lang.pike.user/2006-11/msg00016.html

Display Comments (0) / Post Comment