On Dec 23, 2008, at 1:03 AM, samppi wrote:

Is there a way to turn this:

 [\3 \5 \A \3]

...into this?

 \u35A3

Here's one way:

user=> (#(char (Integer/parseInt (apply str %) 16)) [\3 \5 \A \3])
\㖣
user=>

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to