emacs-devel
[Top][All Lists]
Advanced

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

Re: Cut buffers and character encoding


From: Katsumi Yamaoka
Subject: Re: Cut buffers and character encoding
Date: Mon, 20 Nov 2006 12:23:40 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux)

>>>>> In <address@hidden> Jan Djärv wrote:

> I've checked in that change.

When killing and yanking even non-Latin text within Emacs, Emacs
seems to encode and decode the text using iso-latin-1 now.

        * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
        cut-buffers with next-selection-coding-system if not nil.

        * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
        Encode/decode text to/from cut buffers to/from iso-latin-1 only.

So, Japanese text are all yanked as ??????.  Please test it by
copying text in the HELLO buffer and yanking into another buffer.

Regards,




reply via email to

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