<div dir="ltr"><div>Hello</div><div><br></div><div>If you wanted TeX to be able to end a line with /, you could add to the definition thus:</div><div><br></div><div>
<span class="gmail-im"> \def\slash{{\fontspec{Sanskrit 2003}/\hskip 1sp}}</span> <br></div><div><br></div><div>And if this is coming up frequently, you could select a character that you never use and make it active.  For example, supposing you never use the £ sign (unicode 00A3):</div><div><br></div><div>\catcode"00A3=\active<br>\def£{\slash}<br></div><div><br></div><div>That would let you type £ whenever you want to print / (Any other Unicode character would do - you would probably want to choose one that you can type easily.)<br></div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Best wishes<br></div><div></div><div><br></div><div>John   🇪🇺</div><br></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 15 Nov 2019 at 18:19, François Patte <<a href="mailto:francois.patte@mi.parisdescartes.fr">francois.patte@mi.parisdescartes.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 14/11/2019 à 18:11, Zdenek Wagner a écrit :<br>
> Bonjour,<br>
> <br>
> I am afraid that the only way is to switch to a font without the<br>
> mapping. Try this MWE:<br>
> <br>
> \documentclass{article}<br>
> \usepackage{fontspec}<br>
> \def\slash{{\fontspec{Sanskrit 2003}/}}<br>
> \setmainfont{Sanskrit 2003}[Script=Devanagari,Mapping=velthuis]<br>
> \begin{document}<br>
> maa/ maa\slash<br>
> \end{document}<br>
<br>
Thank you. As far as can see now, I can use it to solve my problem.<br>
<br>
<br>
> st 13. 11. 2019 v 22:23 odesílatel François Patte<br>
> <<a href="mailto:francois.patte@mi.parisdescartes.fr" target="_blank">francois.patte@mi.parisdescartes.fr</a>> napsal:<br>
>><br>
>> Bonjour,<br>
>><br>
>> I use the TECkit mapping for conversion of Velthuis transliteration to<br>
>> unicode. In the file velthuis.map from texlive-2019, the character "/"<br>
>> (slash) is used for candrabindu so, I am wondering how I can type a "/"<br>
>> in a text.<br>
>><br>
>> Thank you for helping.<br>
-- <br>
François Patte<br>
UFR de mathématiques et informatique<br>
Laboratoire CNRS MAP5, UMR 8145<br>
Université Paris Descartes<br>
45, rue des Saints Pères<br>
F-75270 Paris Cedex 06<br>
Tél. +33 (0)6 7892 5822<br>
<a href="http://www.math-info.univ-paris5.fr/~patte" rel="noreferrer" target="_blank">http://www.math-info.univ-paris5.fr/~patte</a><br>
<br>
</blockquote></div>