From: "James H. Cloos Jr." <cloos@jhcloos.com>
Cc: emacs-devel@gnu.org
Subject: Re: MML charset tag regression
Date: 26 Apr 2003 06:50:34 -0400 [thread overview]
Message-ID: <m3wuhhwn0l.fsf@lugabout.jhcloos.org> (raw)
In-Reply-To: <ilubryuyty8.fsf@latte.josefsson.org>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1075 bytes --]
>>>>> "Simon" == Simon Josefsson <jas@extundo.com> writes:
Simon> For me, when I yanked the string into emacs from galeon it
Simon> becomes double-width. It is single-width in galeon though.
I also see that; any pasting of cyrillic text via pasting X's
primary or from the clipboard. The wide cyrillic is from the
japanese-jisx0208 charset. Eg, Cyrillic Ñ gets buffer code
0x92 0xA7 0xE4 when pasted, but 0x8C 0xE2 and charset
cyrillic-iso8859-5 when typed directly, or inserted from a utf-8
encoded file. In both cases, (describe-char) shows the same value
one the Unicode: line, eg 0442 for Ñ.
The next line is typed directly:
ÑÑ
Ð¸Ñ Ð¸Ñ Ð° ÑеÑÑ
This line is pasted: (this probably won't be visible after I send)
àà
à¸à à¸à à° ààµàà
The first issue is to get emacs to prefer 8859-5 over jisx0208 when
pasting cyrillic utf8. The next is getting the cyrillic in jisx0208
to properly convert to utf8.
I'm using GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d
scroll bars) of 2003-03-06 in en_US.UTF-8.
-JimC
next parent reply other threads:[~2003-04-26 10:50 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <iluk7djncdf.fsf@latte.josefsson.org>
[not found] ` <8465p3kgpl.fsf@lucy.is.informatik.uni-duisburg.de>
[not found] ` <iluvfx3lcvu.fsf@latte.josefsson.org>
[not found] ` <84bryuogke.fsf@lucy.is.informatik.uni-duisburg.de>
[not found] ` <iluptnaitaf.fsf@latte.josefsson.org>
[not found] ` <m34r4md5hd.fsf@defun.localdomain>
[not found] ` <iluhe8minvx.fsf@latte.josefsson.org>
[not found] ` <ilu8yty35eo.fsf@latte.josefsson.org>
[not found] ` <m3y91y9xjr.fsf@defun.localdomain>
[not found] ` <ilubryuyty8.fsf@latte.josefsson.org>
2003-04-26 10:50 ` James H. Cloos Jr. [this message]
2003-04-28 11:58 ` MML charset tag regression Kenichi Handa
2003-04-28 12:43 ` Stephen J. Turnbull
2003-04-28 12:59 ` Kenichi Handa
2003-04-28 23:05 ` Simon Josefsson
2003-04-29 7:12 ` Stephen J. Turnbull
2003-04-29 5:38 ` Richard Stallman
2003-05-20 12:47 ` Kenichi Handa
2003-05-20 19:42 ` Jan D.
2003-05-21 15:31 ` Richard Stallman
2003-05-21 16:23 ` Jan D.
2003-05-22 0:58 ` Kenichi Handa
2003-05-22 16:25 ` Jan D.
2003-05-23 1:33 ` Kenichi Handa
2003-05-23 7:45 ` David Kastrup
2003-05-23 22:48 ` Richard Stallman
2003-05-23 23:41 ` Jan D.
2003-05-24 0:31 ` Miles Bader
2003-05-25 16:40 ` Dave Love
2003-05-25 18:01 ` Richard Stallman
2003-05-25 16:38 ` Dave Love
2003-05-25 17:25 ` Eli Zaretskii
2003-05-30 8:39 ` Kenichi Handa
2003-05-30 9:23 ` Dave Love
2003-05-30 11:36 ` Kenichi Handa
2003-06-04 22:01 ` Dave Love
2003-06-05 1:16 ` Kenichi Handa
2003-06-11 12:33 ` Stephen J. Turnbull
2003-06-01 15:40 ` Eli Zaretskii
2003-06-04 22:04 ` Dave Love
2003-06-06 10:55 ` Eli Zaretskii
2003-05-26 13:49 ` Richard Stallman
2003-05-30 9:28 ` Dave Love
2003-05-25 16:32 ` Dave Love
2003-05-25 19:14 ` Jan D.
2003-05-30 9:23 ` Dave Love
2003-05-23 12:05 ` Richard Stallman
2003-05-25 16:31 ` Dave Love
2003-05-30 12:03 ` Kenichi Handa
2003-06-04 21:52 ` Dave Love
2003-06-05 1:36 ` Kenichi Handa
2003-05-25 16:27 ` Dave Love
2003-05-24 0:51 ` Kenichi Handa
2003-05-23 12:03 ` Richard Stallman
2003-05-23 12:21 ` Kenichi Handa
2003-05-24 23:18 ` Richard Stallman
2003-06-13 8:37 ` Kenichi Handa
2003-06-15 15:59 ` Richard Stallman
2003-06-17 11:06 ` Kenichi Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3wuhhwn0l.fsf@lugabout.jhcloos.org \
--to=cloos@jhcloos.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).