Hex URL to string
Hex URL to string
- Subject: Hex URL to string
- From: Ehsan Saffari <email@hidden>
- Date: Mon, 7 May 2001 13:48:18 -0600
I am trying to decode a hexadecimal URL
with Akua I tried this: (dechevronized)
set x to <<data url
6D61696C746F3A6170706C657363726970742D7573657273406C697374732E6170706C652E6
36F6D>>
encode x in string from hexadecimal--> returns incorrect result
I also tried:
set x to
"6D61696C746F3A6170706C657363726970742D7573657273406C697374732E6170706C652E
636F6D"
encode x in string from hexadecimal--> returns incorrect result
Is there any method to decode a hex url so I can get the correct result:
"
mailto:email@hidden"
thnaks for any insight
cheers
ehsan