AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Uuencode and decode

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Titan



Joined: 11 Aug 2004
Posts: 5438
Location: /b/

PostPosted: Sat Sep 09, 2006 1:35 pm    Post subject: Uuencode and decode Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
majkinetor



Joined: 24 May 2006
Posts: 3714
Location: Belgrade

PostPosted: Sat Sep 09, 2006 2:29 pm    Post subject: Reply with quote

cool

thank you
_________________
Back to top
View user's profile Send private message MSN Messenger
Titan



Joined: 11 Aug 2004
Posts: 5438
Location: /b/

PostPosted: Mon Nov 20, 2006 2:12 pm    Post subject: Reply with quote

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

Back to top
View user's profile Send private message Send e-mail Visit poster's website
majkinetor



Joined: 24 May 2006
Posts: 3714
Location: Belgrade

PostPosted: Mon Nov 20, 2006 2:28 pm    Post subject: Reply with quote

cool

thank you
_________________
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group