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

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

bug#15274: 24.3; space instead of codepoint 261 on windows console with


From: Eli Zaretskii
Subject: bug#15274: 24.3; space instead of codepoint 261 on windows console with cp852
Date: Thu, 05 Sep 2013 19:06:36 +0300

> Date: Thu, 05 Sep 2013 12:17:05 +0200
> From: Jarek Czekalski <jarekczek@poczta.onet.pl>
> 
> I start emacs -Q -nw, set terminal encoding to cp852.
> When the file is loaded into console emacs (-nw) and the correct
> file encoding is assured (revert-buffer-with-coding, cp852)
> then some characters are displayed correctly and some not. Those
> displayed incorrectly are replaced with spaces. For example
> the first one in the file ("a" with a tail, U+0105) is displayed
> incorrectly and the second one ("c" with an accent, U+0107)
> is displayed correctly.

Does the file display correctly if you visit it with the following
command, which instructs Emacs to visit the file as cp852 to begin
with:

  C-x RET c cp852 RET C-x C-f win_cp.txt RET

instead of first visiting it with the default encoding, and then
reverting it with the correct encoding?





reply via email to

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