help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert UTF-8 string to hex


From: Geralt
Subject: Re: Convert UTF-8 string to hex
Date: Wed, 3 Mar 2010 15:53:56 +0100

Hi,

I'm not sure what exactly you want, but does the following code do
what you want?

(map 'list (lambda (elt) (format "%x" elt)) "hellö wörld!")




HTH,

Geralt.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]