Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

improper display of multibyte characters

0 views
Skip to first unread message

Ron Peterson (012ED25E)

unread,
Nov 6, 2009, 8:56:06 PM11/6/09
to
I'm doing some dev work on my laptop running Kubuntu. My compilation
window is not displaying multibyte characters correctly.
Specifically, the output I should be seeing is e.g. ')', but I see
instead â\200\230)â\200\231. (My example single quotes should be left
and right quotes..)

All of my other debian boxes work just fine, but Kubuntu on my laptop
makes me want to scream right now. My display table is nil on all
machines. What is going on here?

Eli Zaretskii

unread,
Nov 7, 2009, 6:23:08 AM11/7/09
to help-gn...@gnu.org

What version of Emacs is that?

In any case, I suggest to compare the values of these environment
variables on the systems that work and the one which doesn't: LC_ALL,
LC_MESSAGES, LC_CTYPE, and LANG; and the values of the variable
locale-coding-system inside Emacs. That should give you a hint about
what's going on.


Ron Peterson (012ED25E)

unread,
Nov 7, 2009, 8:16:30 AM11/7/09
to

Thanks! That's it. I had LC_ALL set to en_US.utf8 on the system that
wasn't working, whereas it was set to C everywhere else. Now the
question is: how much do I care about why using unicode interferes
with the display of multibyte characters? If anyone knows, I guess
I'd like to know, but I'm not going to lose any sleep over it.

Eli Zaretskii

unread,
Nov 7, 2009, 12:20:19 PM11/7/09
to help-gn...@gnu.org
> From: "Ron Peterson (012ED25E)" <peters...@gmail.com>
> Date: Sat, 7 Nov 2009 05:16:30 -0800 (PST)

>
> Thanks! That's it. I had LC_ALL set to en_US.utf8 on the system that
> wasn't working, whereas it was set to C everywhere else. Now the
> question is: how much do I care about why using unicode interferes
> with the display of multibyte characters?

It shouldn't, at least not with the latest Emacs.


Ron Peterson (012ED25E)

unread,
Nov 7, 2009, 1:06:28 PM11/7/09
to
On Nov 7, 12:20 pm, Eli Zaretskii <e...@gnu.org> wrote:
> > From: "Ron Peterson (012ED25E)" <peterson....@gmail.com>

I'm using Emacs 22.2

Anyway, everything is working now. Thanks again.

0 new messages