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

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

Re: UTF-code


From: Peter Dyballa
Subject: Re: UTF-code
Date: Sun, 19 Feb 2012 23:16:14 +0100

Am 19.2.2012 um 21:00 schrieb Klaus Jantzen:

> How can I can find and remove/replace this  byte sequence with emacs?

Very simple:
============

put into your customisations:

        '(read-quoted-char-radix 16)

so that you can enter any Unicode character with C-q <the hex bytes> <some 
non-hex character, SPACE, ESC, cursor movement> – I don't remember what the 
recommended procedure is. By this means you can now:

        M-x replace-string RET C-q d e 6 c RET RET <the substitute> RET

--
Mit friedvollen Grüßen

  Pete

                  Sorry my terrible English, my native language Lisp




reply via email to

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