What's new

4c 65 74 5c 27 73 20 50 6c 61 79 20 61 20 47 61 6d 65

45 6e 74 65 72 20 61 20 73 68 61 76 69 6e 67 20 66 6f 72 75 6d 2c 20 73 74 61 72 74 20 61 20 74 68 72 65 61 64 20 74 6f 20 68 61 76 65 20 66 75 6e 20 77 69 74 68 20 65 6e 63 6f 64 65 64 20 6d 65 73 73 61 67 65 73 2c 20 65 6e 64 20 75 70 20 6f 6e 20 61 20 64 69 63 75 73 73 69 6f 6e 20 61 62 6f 75 74 20 74 68 65 20 69 6e 74 72 61 63 72 61 63 69 65 73 20 6d 61 6e 75 66 61 63 74 75 72 69 6e 67 20 63 68 61 69 6e 6d 61 69 6c 2e 20 20 77 6f 77 2c 20 6a 75 73 74 20 77 6f 77 2e 20 20 20 49 66 20 74 68 69 73 20 64 6f 65 73 6e 5c 27 74 20 62 65 6c 6f 6e 67 20 69 6e 20 74 68 65 20 63 6c 6f 77 6e 68 6f 75 73 65 2c 20 49 20 64 6f 6e 5c 27 74 20 6b 6e 6f 77 20 77 68 61 74 20 64 6f 65 73 2e 20

I don't know what this is yet.
 
45 6e 74 65 72 20 61 20 73 68 61 76 69 6e 67 20 66 6f 72 75 6d 2c 20 73 74 61 72 74 20 61 20 74 68 72 65 61 64 20 74 6f 20 68 61 76 65 20 66 75 6e 20 77 69 74 68 20 65 6e 63 6f 64 65 64 20 6d 65 73 73 61 67 65 73 2c 20 65 6e 64 20 75 70 20 6f 6e 20 61 20 64 69 63 75 73 73 69 6f 6e 20 61 62 6f 75 74 20 74 68 65 20 69 6e 74 72 61 63 72 61 63 69 65 73 20 6d 61 6e 75 66 61 63 74 75 72 69 6e 67 20 63 68 61 69 6e 6d 61 69 6c 2e 20 20 77 6f 77 2c 20 6a 75 73 74 20 77 6f 77 2e 20 20 20 49 66 20 74 68 69 73 20 64 6f 65 73 6e 5c 27 74 20 62 65 6c 6f 6e 67 20 69 6e 20 74 68 65 20 63 6c 6f 77 6e 68 6f 75 73 65 2c 20 49 20 64 6f 6e 5c 27 74 20 6b 6e 6f 77 20 77 68 61 74 20 64 6f 65 73 2e 20

:lol: no kidding.
 
I don't know what this is yet.

To change from space-delimited to colon-delimited, you might try

Code:
echo "45 6e 74 ...all that hex code... 73 2e 20" perl -e 'while (<STDIN>){s/\s+/:/g;s/:$//;print}print"\n";'

from a bash prompt.

(what is it with me and the cross-topic-thread-posting today?) :biggrin1:
 
45 6e 74 65 72 20 61 20 73 68 61 76 69 6e 67 20 66 6f 72 75 6d 2c 20 73 74 61 72 74 20 61 20 74 68 72 65 61 64 20 74 6f 20 68 61 76 65 20 66 75 6e 20 77 69 74 68 20 65 6e 63 6f 64 65 64 20 6d 65 73 73 61 67 65 73 2c 20 65 6e 64 20 75 70 20 6f 6e 20 61 20 64 69 63 75 73 73 69 6f 6e 20 61 62 6f 75 74 20 74 68 65 20 69 6e 74 72 61 63 72 61 63 69 65 73 20 6d 61 6e 75 66 61 63 74 75 72 69 6e 67 20 63 68 61 69 6e 6d 61 69 6c 2e 20 20 77 6f 77 2c 20 6a 75 73 74 20 77 6f 77 2e 20 20 20 49 66 20 74 68 69 73 20 64 6f 65 73 6e 5c 27 74 20 62 65 6c 6f 6e 67 20 69 6e 20 74 68 65 20 63 6c 6f 77 6e 68 6f 75 73 65 2c 20 49 20 64 6f 6e 5c 27 74 20 6b 6e 6f 77 20 77 68 61 74 20 64 6f 65 73 2e 20

4e 6f 74 20 67 65 65 6b 79 20 65 6e 6f 75 67 68 20 66 6f 72 20 79 6f 75 3f
 
Many online translators have rules about formatted statements. Hex formats might need to be colon-delimited, not space-delimited.

49 20 66 69 6e 61 6c 6c 79 20 66 6f 75 6e 64 20 61 20 74 72 61 6e 73 6c 61 74 6f 72 20 74 68 61 74 20 77 6f 72 6b 73 20 66 6f 72 20 6d 65 2e
 
Top Bottom