% Test of Latex UTF-8 support.

\documentclass{article}

\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{textcomp}
\usepackage[english,french,german]{babel}

\title{Latex UTF-8 test}

\begin{document}

\maketitle

\section{Basic}

\subsection{Ümlauts}

äëïöü

\subsection{Accents}
àèìòù, áéíóú

\subsection{Tilde}
ãĩõũñ

For example: Español

\subsection{Also}

ø

\subsection{Quotation marks}

This is some “text in quotation marks”.
“Cheese” is derived from a word in Old English.

\subsection{Weird quoting styles style}

\begin{itemize}
\item ¿Spanish style question?
\item ¡Spanish style exclamation!

\item ‚German style single quotes‘
\item „German style quote marks“

\item ‹Triangle brackets›

\end{itemize}

\section{Advanced}

\begin{itemize}
%\item apostrophe ( ’ ' )
%\item brackets ( ), $[$ $]$, $\{$ $\}$, $<$ $>$
\item colon ( : )
\item comma ( , )
\item dashes ( ‒, –, —, ― )
\item ellipsis ( …, ... )
\item exclamation mark ( ! )
%\item full stop/period ( . )
\item guillemets ( « » )
\item hyphen ( -, ‐ )
%\item question mark ( ? )
\item quotation marks ( ‘ ’, “ ” )
%\item semicolon ( ; )
\item slash/stroke ( / )
\item solidus ( ∕ )
\end{itemize}

\subsection{Interword separation}

\begin{itemize}
\item spaces ( ) ( ) ( )
\item interpunct ( · )
\end{itemize}

\subsection{General typography}

\begin{itemize}
%\item ampersand ( \& )
%\item asterisk ( $*$ )
\item at ( @ )
%\item backslash ( $\backslash$ )
\item bullet ( • )
%\item caret ( \^{} )
\item currency ( ¤ ) ¢, \$, €, £, ¥, ₩, ₪
\item dagger/obelisk ( † ) ( ‡ )
\item degree ( ° )
\item inverted exclamation point ( ¡ )
\item inverted question mark ( ¿ )
%\item number sign ( \# )
\item numero sign ( № )
\item percent and related signs ( \%, ‰, ‱ )
\item pilcrow ( ¶ )
\item prime ( ′ )
\item section sign ( § )
%\item tilde/swung dash ( $\\sim$ )
\item umlaut/diaeresis ( ¨ )
\item underscore/understrike ( \_ )
\item vertical/pipe/broken bar ( $|$, ¦ )
\end{itemize}

\subsection{Uncommon typography}

\begin{itemize}
\item asterism ( ⁂ )
\item therefore sign ( ∴ )
\item lozenge ( ◊ )
\item interrobang ( ‽ )
\item irony mark ( ؟ )
\item reference mark ( ※ )
\item sarcasm mark ( )
\end{itemize}

\end{document}

