reutenauer / polyglossia

An alternative to Babel for XeLaTeX and LuaLaTeX
http://www.ctan.org/pkg/polyglossia
MIT License
187 stars 52 forks source link

gloss-malayam contains stray U+FEFF #574

Closed u-fischer closed 1 year ago

u-fischer commented 1 year ago

gloss-malayam.ldf has a stray U+FEFF before the \ProvidesFiles:

image

And so it errors when used with xelatex (lualatex igores the stray input) with "missing begin document":

\documentclass{article}
\usepackage{polyglossia}
\setdefaultlanguage{malayalam}
\begin{document}
test
\end{document}
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.3 
     \ProvidesFile{gloss-malayalam.ldf}[polyglossia: module for Malayalam]
jspitz commented 1 year ago

Thanks, fixed (same in gloss-tamil)