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

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

Re: How to join most buffer in one buffer


From: Eli Zaretskii
Subject: Re: How to join most buffer in one buffer
Date: Fri, 07 Sep 2012 11:30:51 +0300

> Date: Fri, 7 Sep 2012 00:50:03 -0700 (PDT)
> From: lap7619@yahoo.it
> 
> I need to join most buffer (text files) in a buffer... but every buffer has 
> own coding-system (utf-8-dos, utf-8-unix, etc.):
> 
> a.txt (utf-8) + b.txt (raw) + ... = SUM.txt
> 
> How to do?

You should be able to do that as if they all had the same encoding.
When saving the result, select an encoding that supports all of the
characters, such as UTF-8:

   C-x RET c UTF-8 RET C-x C-s



reply via email to

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