Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Pleac/rot13

From: krobillard:cox at: 12-Oct-2003 16:36

On Sunday 12 October 2003 04:42 am, you wrote:
> Hello Karl Robillard (krobillard), > > Your Version is very Small but not a fully ROT13! > Rot13 may only convert a - z A - Z > Your version also converts anyother character (byte) too, so it wont work > on binary strings..
Norman, I don't think it converts any others characters. Yes, it computes each char but the result can be the same as the input. I know it at least passes through all non alpha characters in the test data set. I didn't fully analyze how it works I just made the REBOL equivalent of one of the C versions. I like Carl Read's last version best. -Karl