all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What happened to unicode?
@ 2008-03-21 11:00 Neal Becker
  2008-03-21 12:16 ` Neal Becker
  0 siblings, 1 reply; 3+ messages in thread
From: Neal Becker @ 2008-03-21 11:00 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

I've been using the unicode branch of cvs.  After updating today, it no
longer builds, telling me that the unicode branch is merged into mainline
and I should do cvs update -A.  I did.

Now I'm looking at a file and emacs doesn't display unicode characters.
Any ideas?

Here's the file:


[-- Attachment #2: test.tex --]
[-- Type: text/plain, Size: 558 bytes --]

% -*- coding: utf-8-unix -*-
% format using xelatex
\documentclass{article}
%\usepackage[no-math]{fontspec}
\usepackage{fontspec}
\usepackage{xunicode,xltxtra}

%\defaultfontfeatures{Mapping=tex-text}
%\setromanfont{Latin Modern Roman} % I don't get the pi
\setromanfont{STIXGeneral} % this works for me
%\setromanfont{Charis SIL} % this works for me
%\setromanfont{Doulos SIL} % this works for me

\begin{document}
What is π?
\begin{equation}
x^2 + 2x = π
\end{equation}

%1/2 \quad 1/4 \\
%\addfontfeature{Fractions=On}
%1/2 \quad 1/4 \\
\end{document}


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-21 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 11:00 What happened to unicode? Neal Becker
2008-03-21 12:16 ` Neal Becker
2008-03-21 21:05   ` David De La Harpe Golden

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.