I am writing Hebrew using the David CLM font (from Culmus). Using this font there are no bullet points in \itemize environments. I do not understand why. It works as it is supposed to work with other fonts. I thought all that stuff was independent from the actual font!
Here is a MWE:
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = xelatex
\documentclass[14pt]{scrbook}
\usepackage{fontspec}
\usepackage{xltxtra}
\usepackage{polyglossia}
\setdefaultlanguage{hebrew}
\setmainfont{David CLM}
\begin{document}
\begin{itemize}
\item למה
\item אין פה
\item נקודות?
\end{itemize}
\end{document}
