On lun, 2003-02-24 at 22:09, Jay Bowks wrote:
Hey Brion, thanks so much for doing all the work of redirecting the Wiktionary entries. How'd you change the caps so quick ? :-)))
The magic of perl scripts!
while( $x = <> ) { $x =~ s/^([[[A-Z ()]+]])/lc "$1"/e; print $x; }
However I've only got P-Z done so far and I'm dang tired. :) If anyone else wants to have a go before I get back to it, feel free.
Also, I've probably missed some that need to be capsed.
-- brion vibber (brion @ pobox.com)