From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 12055@debbugs.gnu.org
Subject: bug#12055: Re: Re: Re: bug#12055: 24.1.50; Characters "á" and "é" are not correctly displayed on a Windows terminal
Date: Thu, 26 Jul 2012 23:03:03 +0300 [thread overview]
Message-ID: <83k3xqjnns.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0STBB9hd8Cr6pExQUp14cNT_+g_mPTE4Eu5wAPn0XdgtqA@mail.gmail.com>
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 26 Jul 2012 20:29:57 +0200
> Cc: dmoncayo@gmail.com, 12055@debbugs.gnu.org
>
> On Thu, Jul 26, 2012 at 7:18 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > What are the codes of these characters, as "C-u C-x =" sees them?
>
> á and é, as above.
>
> As for í, ó, ú, ñ and ç, in that order:
>
> position: 194 of 198 (97%), column: 5
> character: ¡ (displayed as ¡) (codepoint 161, #o241, #xa1)
> preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0xA1
> syntax: . which means: punctuation
> category: .:Base, h:Korean, j:Japanese, l:Latin
> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
> buffer code: #xC2 #xA1
> file code: #xC2 #xA1 (encoded by coding system nil)
> display: terminal code #xAD
>
> Character code properties: customize what to show
> name: INVERTED EXCLAMATION MARK
> general-category: Po (Punctuation, Other)
> decomposition: (161) ('¡')
>
>
> position: 195 of 198 (98%), column: 6
> character: ¢ (displayed as ¢) (codepoint 162, #o242, #xa2)
> preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0xA2
> syntax: _ which means: symbol
> category: .:Base, j:Japanese, l:Latin
> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
> buffer code: #xC2 #xA2
> file code: #xC2 #xA2 (encoded by coding system nil)
> display: terminal code #xBD
>
> Character code properties: customize what to show
> name: CENT SIGN
> general-category: Sc (Symbol, Currency)
> decomposition: (162) ('¢')
>
>
> position: 196 of 198 (98%), column: 7
> character: £ (displayed as £) (codepoint 163, #o243, #xa3)
> preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0xA3
> syntax: _ which means: symbol
> category: .:Base, j:Japanese, l:Latin
> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
> buffer code: #xC2 #xA3
> file code: #xC2 #xA3 (encoded by coding system nil)
> display: terminal code #x9C
>
> Character code properties: customize what to show
> name: POUND SIGN
> general-category: Sc (Symbol, Currency)
> decomposition: (163) ('£')
>
>
> position: 197 of 198 (99%), column: 8
> character: ¤ (displayed as ¤) (codepoint 164, #o244, #xa4)
> preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0xA4
> syntax: _ which means: symbol
> category:
> .:Base, b:Arabic, c:Chinese, h:Korean, j:Japanese, l:Latin
> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
> buffer code: #xC2 #xA4
> file code: #xC2 #xA4 (encoded by coding system nil)
> display: terminal code #xCF
>
>
> position: 198 of 198 (99%), column: 9
> character: ‡ (displayed as ‡) (codepoint 135, #o207, #x87)
> preferred charset: unicode (Unicode (ISO10646))
> code point in charset: 0x87
> syntax: w which means: word
> category: l:Latin
> to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
> buffer code: #xC2 #x87
> file code: #xC2 #x87 (encoded by coding system nil)
> display: not encodable for terminal
>
> Character code properties: customize what to show
> name: <control>
> old-name: END OF SELECTED AREA
> general-category: Cc (Other, Control)
> decomposition: (135) ('‡')
That's strange: these are definitely the cp850 codes for the Latin-1
characters you typed, so I wonder why just setting
terminal-coding-system to that doesn't fix the problem...
next prev parent reply other threads:[~2012-07-26 20:03 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 12:13 bug#12055: 24.1.50; Characters "á" and "é" are not correctly displayed on a Windows terminal Dani Moncayo
2012-07-26 16:13 ` Eli Zaretskii
2012-07-26 16:24 ` Juanma Barranquero
2012-07-26 16:42 ` bug#12055: " Eli Zaretskii
2012-07-26 16:49 ` Juanma Barranquero
2012-07-26 17:18 ` bug#12055: " Eli Zaretskii
2012-07-26 18:09 ` Eli Zaretskii
2012-07-26 18:42 ` Juanma Barranquero
2012-07-26 18:29 ` Juanma Barranquero
2012-07-26 20:03 ` Eli Zaretskii [this message]
2012-07-26 22:40 ` bug#12055: " Dani Moncayo
2012-07-27 6:45 ` bug#12055: " Eli Zaretskii
2012-07-27 8:35 ` Dani Moncayo
2012-07-27 9:04 ` bug#12055: " Eli Zaretskii
2012-07-27 15:12 ` Eli Zaretskii
2012-07-27 16:46 ` Jason Rumney
2012-07-27 18:03 ` Eli Zaretskii
2012-07-27 18:22 ` Eli Zaretskii
2012-07-27 23:45 ` Juanma Barranquero
2012-07-28 1:12 ` Dani Moncayo
2012-07-28 8:04 ` bug#12055: " Eli Zaretskii
2012-07-28 10:06 ` Eli Zaretskii
2012-07-28 11:55 ` Dani Moncayo
2012-07-28 12:23 ` bug#12055: " Eli Zaretskii
2012-07-28 12:49 ` Dani Moncayo
2012-07-28 15:02 ` bug#12055: " Eli Zaretskii
2012-07-28 12:30 ` bug#12055: " Eli Zaretskii
2012-07-28 13:57 ` Dani Moncayo
2012-07-28 16:07 ` Juanma Barranquero
2012-07-28 16:12 ` Dani Moncayo
2012-07-28 16:11 ` Juanma Barranquero
2012-07-28 16:44 ` bug#12055: " Eli Zaretskii
2012-07-28 17:01 ` Eli Zaretskii
2012-07-26 16:44 ` Dani Moncayo
2012-07-28 14:12 ` Dani Moncayo
2012-07-28 15:01 ` bug#12055: " Eli Zaretskii
2012-07-28 15:23 ` Dani Moncayo
2012-07-28 15:34 ` Dani Moncayo
2012-07-28 16:27 ` bug#12055: " Eli Zaretskii
2012-07-28 15:35 ` Eli Zaretskii
2012-07-28 15:46 ` Dani Moncayo
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=83k3xqjnns.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=12055@debbugs.gnu.org \
--cc=lekktu@gmail.com \
/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).