I am typesetting the following document and, to my dismay, I hit this issue in its title!
- See the example doc below. For now, I must use Velthuis mapping for typesetting in devanaagarii (as dictated by my current workflow which I am trying to improve, but that's for later).
- I need the title of the doc below to be
गॅलरी. I do not know how to map in Velthuis the devanaagarii sign candrabindu (unicode code-point 0901 hex (e.g. as in गॅ)). According to the Velthuis encoding scheme (as documented in Devanaagarii for TEX package Version 2.17), the encoding for candrabindu is~a. But this does not work as~is rendered verbatim in the PDF (via xelatex). - I tried the workaround suggested in a similar question, but that does not seem to work. The title is rendered as
.
Can you suggest any workaround?
Minimum Example Source File
\documentclass[a4paper]{article}
\usepackage{polyglossia}
\usepackage[margin=10mm]{geometry}
\setdefaultlanguage{marathi}
\setotherlanguages{english}
\setmainfont[Mapping=velthuis-sanskrit,Script=Devanagari,Language=Sanskrit]{Shobhika}
\newfontfamily\englishfont{Lato}
% make sure ~ as non-breaking space doesn't interfere with velthuis-sanskrit mapping
\edef~{\string~}
\pagenumbering{gobble}
\begin{document}
\title{g~alarii}
\maketitle
\end{document}

h~olrenders correctly asहाॅल्! – Kedar Mhaswade Jul 25 '21 at 03:18velthuis-sanskrit.map); maybe I'm wrong or maybe there's a simple fix, but you could try contacting the package maintainer as well. – ShreevatsaR Jul 25 '21 at 05:24ocandrain the.mapfile) you could try addingDefine acandra U+0945and thentlde a <> acandrato the.mapfile in the appropriate places, and recompiling it. – ShreevatsaR Jul 25 '21 at 06:17