[X4U] Reading plist data

Rick cms01 at tampabay.rr.com
Sun Jul 10 17:43:39 PDT 2005


Hey John,

could you re-send your last email to me,
had a crash, with thunderbird, just switch over to SeaMonkey.

Thanks -
Richard



John Baltutis wrote:
> On 07/09/05, Rick Nagle <cms01 at tampabay.rr.com> wrote:
>> All in well, expect, I want to decode the <data> part
>> of this, to which I ask, what application would do this?
> 
> Sorry, I misunderstood your question. IIRC, you need a hex to string
> translator to read plist data arrays. Here's one, using Applescript, that
> you can run in the Script Editor-copy the data and insert it  into the
> first line:
> 
> set hex to "PASTE THE DATA YOU GET FROM THE PLIST INTO THIS BLOCK"
> set str to HexToString(hex)
> on HexToString(hex)
> 	do shell script "echo " & hex & " | perl
> -ple's/([0-9a-fA-F]{2})/chr(hex($1))/ge' "
> end HexToString
> get str
> _______________________________________________
> X4U mailing list
> X4U at listserver.themacintoshguy.com
> http://listserver.themacintoshguy.com/mailman/listinfo/x4u
> 
> Listmom is trying to clean out his closets! Vintage Mac and random stuff:
>          http://search.ebay.com/_W0QQsassZmacguy1984
> 


More information about the X4U mailing list