On Saturday, April 30, 2011, 19:02:55, Alto Speckhardt wrote:

> How did you do that? Not searching through the charset for each 
> character manually, did you?

I've got a script that does it for me.

#!/usr/bin/perl -w

use utf8;

binmode STDOUT,':utf8';

while(<>) {
        tr/abcdefghijklmnopqrstuvwxyz!?.',/ɐqɔpǝɟбɥıſʞlɯuodbɹsʇnʌʍxʎz¡¿˙ˌ´/;
        print "\x{202e}"; #RLO
        print;
}

-- 
< Jernej Simončič ><><><><>< http://eternallybored.org/ >

[ The Bat! 5.0.9.7 (BETA) on Windows 7 6.1.7601.Service Pack 1 ]

How long a minute is depends on which side of the bathroom door you are on.
       -- New Theory of Relativity


________________________________________________________
 Current beta is 5.0.9.7 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to