[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unibyte characters, strings, and buffers
From: |
Richard Stallman |
Subject: |
Re: Unibyte characters, strings, and buffers |
Date: |
Sun, 30 Mar 2014 11:12:36 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> * A function could decode text from a unibyte buffer and put it in
> another buffer which is multibyte.
>
> * A function could decode a whole unibyte buffer
> into the same buffer, and mark it as multibyte.
That's what decode-coding-region provides (except for changing the
multibyte flag).
That "except" is the crucial point. Currently we need to access both
unibyte text and multibyte text with the same setting of the multibyte
flag. These two functions might eliminate the need for that.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call.
- Re: Unibyte characters, strings, and buffers, (continued)
- Re: Unibyte characters, strings, and buffers, Richard Stallman, 2014/03/30
- Re: Unibyte characters, strings, and buffers, Andreas Schwab, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Andreas Schwab, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Nathan Trapuzzano, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Nathan Trapuzzano, 2014/03/29
- Re: Unibyte characters, strings, and buffers, David Kastrup, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Nathan Trapuzzano, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Richard Stallman, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Andreas Schwab, 2014/03/30
- Re: Unibyte characters, strings, and buffers,
Richard Stallman <=
- Re: Unibyte characters, strings, and buffers, David Kastrup, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Daniel Colascione, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Glenn Morris, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Eli Zaretskii, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/29
- Re: Unibyte characters, strings, and buffers, Eli Zaretskii, 2014/03/31
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/31