From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rahed Newsgroups: gmane.emacs.help Subject: squares in buffer instead of utf-8 characters Date: Fri, 13 Apr 2007 12:24:50 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176463836 1610 80.91.229.12 (13 Apr 2007 11:30:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2007 11:30:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 13:30:33 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HcJz5-0006JB-3K for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 13:30:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcK3L-0002wr-7l for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2007 07:34:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcK38-0002wm-Nk for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 07:34:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcK36-0002ve-Oz for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 07:34:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcK36-0002vH-Hu for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 07:34:40 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HcJyp-0006OH-EF for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 07:30:15 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HcJyc-0003eL-O2 for help-gnu-emacs@gnu.org; Fri, 13 Apr 2007 13:30:02 +0200 Original-Received: from 80.188.171.52 ([80.188.171.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Apr 2007 13:30:02 +0200 Original-Received: from raherh by 80.188.171.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Apr 2007 13:30:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 80.188.171.52 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (windows-nt) Cancel-Lock: sha1:uo+pWCk5E+fjiQNfKAT98ezzWTQ= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42642 Archived-At: Hi, I created a file using input method and saved as utf-8. The file is rendered ok in a browser but in an emacs buffer all unicode characters are mere boxes. Unicode characters have typically this property: character: ? (331835, #o1210073, #x5103b, U+011B) charset: mule-unicode-0100-24ff (Unicode characters of the range U+0100..U+24FF.) code point: #x20 #x3B syntax: w which means: word category: l:Latin buffer code: #x9C #xF4 #xA0 #xBB file code: #xC4 #x9B (encoded by coding system mule-utf-8-unix) display: no font available Don't know how to remedy unavailability of the font. OS is Solaris and emacs version 22.0.91.1. Thanks much. -- Radek