On Sat, Jan 3, 2009 at 10:08 AM, Sven Joachim <[email protected]> wrote:
> On 2009-01-03 14:29 +0100, Luo Yong wrote:
>
>> I move cursor to the chinese quote mark and press C-u C-x =, then it
>> displays:
>>
>> =====>
>>
>> character: " (342396, #o1234574, #x5397c, U+201C)
>
> U+201C is not really special to Chinese, it is used in English as
> well. The other character is U+201D then, I suppose?
>
>> charset: mule-unicode-0100-24ff
>> (Unicode characters of the range U+0100..U+24FF.)
>> code point: #x72 #x7C
>> syntax: . which means: punctuation
>> buffer code: #x9C #xF4 #xF2 #xFC
>> file code: #xE2 #x80 #x9C (encoded by coding system mule-utf-8)
>> display: by this font (glyph code)
>> -MUTT-ClearlyU
>> Arabic-Medium-R-Normal--17-120-100-100-P-93-ISO10646-1 (#x201C)
>
> Hm, I get a different font here:
>
> display: by this font (glyph code)
> -Adobe-Courier-Medium-R-Normal--17-120-100-100-M-100-ISO10646-1 (#x201C)
>
> And Courier is the default font in Emacs. Which font does your Emacs
> use for plain ASCII?
>
> Sven
>
It using
-urw-nimbus mono l-regular-r-normal--17-116-106-106-p-100-iso8859-1
to display plain ascii.
When it displays other chinese symbol, it using
-ISAS-Fangsong ti-Medium-R-Normal--16-160-72-72-c-160-GB2312.1980-0
The C-u C-x = result of chinese left quote mark is:
=====>
character: " (342396, #o1234574, #x5397c, U+201C)
charset: mule-unicode-0100-24ff
(Unicode characters of the range U+0100..U+24FF.)
code point: #x72 #x7C
syntax: . which means: punctuation
buffer code: #x9C #xF4 #xF2 #xFC
file code: #xE2 #x80 #x9C (encoded by coding system mule-utf-8)
display: by this font (glyph code)
-MUTT-ClearlyU
Arabic-Medium-R-Normal--17-120-100-100-P-93-ISO10646-1 (#x201C)
There are text properties here:
fontified t
[back]
<=====
and for right quote mark, it is:
=====>
character: " (342397, #o1234575, #x5397d, U+201D)
charset: mule-unicode-0100-24ff
(Unicode characters of the range U+0100..U+24FF.)
code point: #x72 #x7D
syntax: . which means: punctuation
buffer code: #x9C #xF4 #xF2 #xFD
file code: #xE2 #x80 #x9D (encoded by coding system mule-utf-8)
display: by this font (glyph code)
-MUTT-ClearlyU
Arabic-Medium-R-Normal--17-120-100-100-P-93-ISO10646-1 (#x201D)
There are text properties here:
fontified t
[back]
<=====
Thank you very much.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]