info-gnus-english
[Top][All Lists]
Advanced

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

Re: Unicode signs displayed as _u25cf_ etc


From: Jesper Harder
Subject: Re: Unicode signs displayed as _u25cf_ etc
Date: Mon, 20 Sep 2004 18:48:26 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Josef Oswald <NO.SPAM.for.gnus@chello.at> writes:

> Looking for some gnus code I cam across this site
>
> http://www.uni-koblenz.de/~heimdall/gnus.html
>
> ;; Wenn Emacs/Gnus unter X11 läuft, dann die Thread-Pfeile mit
> ;; Unicode-Zeichen darstellen.
> ;(show  Thread-arrows in Unicode signs)
>
> (if window-system
>     (setq gnus-sum-thread-tree-root "\u25cf "

Your web browser must be mangling the strings -- it should've shown
the actual unicode glyphs, not some bogus \u... stuff.  Try with
another browser (Mozilla displays the characters correctly for me).

Also remember to specify the encoding of your .gnus when you've pasted
the proper strings:

;;; -*- mode: emacs-lisp -*-  -*-coding: utf-8 -*-

-- 
Jesper Harder                                <http://purl.org/harder/>

reply via email to

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