| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5009 Location: imaginationland
|
Posted: Sat Sep 09, 2006 1:35 pm Post subject: Uuencode and decode |
|
|
Wikipedia: http://en.wikipedia.org/wiki/Uuencode
Also see: Base64, Ascii85
Included functions:Uuencode(var)
var: variable containing binary to be uuencoded
Uudecode(txt)
txt: string of uuencoded characters to be converted back to binary
Download
Last edited by Titan on Mon Nov 20, 2006 2:07 pm; edited 2 times in total |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3593 Location: Belgrade
|
Posted: Sat Sep 09, 2006 2:29 pm Post subject: |
|
|
cool
thank you _________________
 |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5009 Location: imaginationland
|
Posted: Mon Nov 20, 2006 2:12 pm Post subject: |
|
|
Small update: removed hex detection (SetFormat) and improved parse methods.
In my tests I found that uuencode is flawed (in general, not just this ahk version) and inferior to Base64/85, so you should use them instead. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3593 Location: Belgrade
|
Posted: Mon Nov 20, 2006 2:28 pm Post subject: |
|
|
cool
thank you _________________
 |
|
| Back to top |
|
 |
|