[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: converting octal escape sequences to utf-8 and back
From: |
Eli Zaretskii |
Subject: |
Re: converting octal escape sequences to utf-8 and back |
Date: |
Sun, 29 May 2011 06:00:24 +0300 |
> Date: Sat, 28 May 2011 19:27:51 -0500
> From: "Roland Winkler" <address@hidden>
>
> I am trying to use emacs to interface with a program that treats
> utf-8 characters in its input and output as octal escape sequences.
> So the program's output contains ascii strings like "\302\247",
> which I want to display within Emacs as "§". Likewise, I want to
> feed text containing utf-8 characters such as "§" into this program.
> So I need to convert these utf-8 characters back to their respective
> octal escape sequences. What is the proper way to achieve this?
A new coding-system?
- converting octal escape sequences to utf-8 and back, Roland Winkler, 2011/05/28
- Re: converting octal escape sequences to utf-8 and back, Leo, 2011/05/28
- Re: converting octal escape sequences to utf-8 and back, Michael Welsh Duggan, 2011/05/29
- Re: converting octal escape sequences to utf-8 and back, Eli Zaretskii, 2011/05/29
- Re: converting octal escape sequences to utf-8 and back, Roland Winkler, 2011/05/29
- Re: converting octal escape sequences to utf-8 and back, Eli Zaretskii, 2011/05/29
- Re: converting octal escape sequences to utf-8 and back, Roland Winkler, 2011/05/29
- Re: converting octal escape sequences to utf-8 and back, Thien-Thi Nguyen, 2011/05/29
Re: converting octal escape sequences to utf-8 and back,
Eli Zaretskii <=
Re: converting octal escape sequences to utf-8 and back, Randal L. Schwartz, 2011/05/30
Re: converting octal escape sequences to utf-8 and back, Stefan Monnier, 2011/05/30