[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non-ascii chars in octal in sub-shell windows
From: |
Eli Zaretskii |
Subject: |
Re: non-ascii chars in octal in sub-shell windows |
Date: |
Fri, 15 Jan 2010 10:08:29 +0200 |
> From: Joseph Brenner <doom@kzsu.stanford.edu>
> Date: Thu, 14 Jan 2010 19:22:20 -0800
>
>
> When running a program that outputs utf-8 characters such as u-umlaut,
> in a terminal window I'll see the actual character, but in an emacs
> sub-shell I'm seeing the octal form (which looks like: \374).
\374 (252 decimal, FC hex) cannot appear in any valid UTF-8 sequence,
AFAIK. Are you absolutely sure that program produces UTF-8 encoded
text?