unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: anhnmncb <anhnmncb@sina.com>
To: emacs-devel@gnu.org
Subject: Re: Chinese punctuation symbol can't be displayed on windows 2000.
Date: Wed, 17 Dec 2008 11:04:25 +0800	[thread overview]
Message-ID: <87ej07tscm.fsf@sina.com> (raw)
In-Reply-To: 87oczhd5kv.fsf@sina.com

anhnmncb (2008-12-12 18:57 +0800) wrote:

> I've tested the same .emacs with windows xp, vista, only 2000 has this
> issue, Chinese fonts are ok, but Chinese punctuations.
>
> -----------------------
> For example:
>
>         character: 。 (12290, #o30002, #x3002)
> preferred charset: unicode (Unicode (ISO10646))
>        code point: 0x3002
>            syntax: _ 	which means: symbol
>          category: c:Chinese h:Korean j:Japanese |:line breakable
> While filling, we can break a line at this character.
>       buffer code: #xE3 #x80 #x82
>         file code: #xE3 #x80 #x82 (encoded by coding system utf-8)
>           display: no font available
>
> Character code properties: customize what to show
>   name: IDEOGRAPHIC FULL STOP
>   old-name: IDEOGRAPHIC PERIOD
>   general-category: Po (Punctuation, Other)
> -----------------------
>
> I also notice that if I replace the system's courer and simsun fonts
> with vista's, then issue was gone.
>
> My relavent setting for font is following:
>
> -----------------------
> (set-frame-font "Courier New-10")
> (add-to-list 'default-frame-alist '(font . "Courier New-10"))
>
> (set-fontset-font (frame-parameter nil 'font)
>                   'han (font-spec :family "SimSun") nil 'prepend)
> (set-fontset-font (frame-parameter nil 'font)
>                   'symbol (font-spec :family "SimSun") nil 'prepend)
> (set-fontset-font (frame-parameter nil 'font)
>                   'cjk-misc (font-spec :family "SimSun") nil 'prepend)
> (set-fontset-font (frame-parameter nil 'font)
>                   'bopomofo (font-spec :family "SimSun") nil 'prepend)
> (set-fontset-font (frame-parameter nil 'font)
>                   'unicode (font-spec :family "SimSun") nil 'append))
> -----------------------
>
> My emacs version:
>
> GNU Emacs 23.0.60.1 (i386-mingw-nt5.0.2195) of 2008-12-06 on mybox

Ping. What info should I need to provide for you to get rid of it? It is
too annoying to let me live in emacs :(





  parent reply	other threads:[~2008-12-17  3:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-12 10:57 Chinese punctuation symbol can't be displayed on windows 2000 anhnmncb
2008-12-14  2:58 ` anhnmncb
2008-12-14 15:21   ` Jason Rumney
2008-12-15  0:05     ` anhnmncb
2008-12-15 13:38       ` Jason Rumney
2008-12-15 15:33         ` anhnmncb
2008-12-17  3:04 ` anhnmncb [this message]
2008-12-17  9:02 ` anhnmncb
2008-12-17  9:53   ` liu shukui
2008-12-17 10:27     ` anhnmncb
2008-12-17 14:44       ` Jason Rumney

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=87ej07tscm.fsf@sina.com \
    --to=anhnmncb@sina.com \
    --cc=emacs-devel@gnu.org \
    /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).