[XeTeX] Uppercase in Armenian

David Carlisle d.p.carlisle at gmail.com
Sun May 1 00:52:39 CEST 2022


Something like this, I think.

[image: image.png]

\documentclass{article}
\usepackage{polyglossia}

\setdefaultlanguage{armenian}
\setmainfont{DejaVu Sans}
\ExplSyntaxOn
\let\tuppercase\text_uppercase:n
\ExplSyntaxOff
\pagestyle{empty}
\begin{document}
Երևան $\rightarrow$ \uppercase{Երևան}

Երևան $\rightarrow$ \tuppercase{Երևան}

\end{document}

David


On Sat, 30 Apr 2022 at 22:15, Zdenek Wagner <zdenek.wagner at gmail.com> wrote:

> Hi all,
>
> first I should mention that I do not know Armenian at all and can just
> recognize a few characters. Anyway I came across a problem which
> probably cannot be solved by the standard \lccode / \uccode method.
> What I mean is Yerevan which is written as Երևան but YEREVAN (all
> caps) is ԵՐԵՎԱՆ because և has no uppercase variant and must be
> replaced by two characters ԵՎ. At least, it is visible in Elena
> Yerevan's songs shot in the city of Yerevan. The following file
>
> \documentclass{article}
> \usepackage{polyglossia}
> \setdefaultlanguage{armenian}
> \setmainfont{DejaVu Sans}
> \pagestyle{empty}
> \begin{document}
> Երևան $\rightarrow$ \uppercase{Երևան}
> \end{document}
>
> shows that all characters are converted correctly to uppercase but և
> remains in lovercase. Is there a solution?
>
> Zdeněk Wagner
> http://ttsm.icpf.cas.cz/team/wagner.shtml
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/xetex/attachments/20220430/d9801bbf/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 21403 bytes
Desc: not available
URL: <https://tug.org/pipermail/xetex/attachments/20220430/d9801bbf/attachment-0001.png>


More information about the XeTeX mailing list.