I have an article that contains a lot of Devanagari vowel signs in it. The vowel signs are intended to combine with the preceding character and do so in Word, InDesign, etc. However, when using Noto Serif Devanagari and Prince, I get a dotted circle character in front of the vowel sign in the PDF output. Based on an author suggestion, we then switched to the Nirmala UI font and saw the same output from Prince. The same output happens using both Prince 11.4 and Prince 12.4.
A code snippet from the HTML (which renders fine) is below and shown in the attached PDF:
<blockquote id="s3-3-5-disp-quote1">
<div class="p" id="s3-3-5-disp-quote1-p1">
<span class="nirmala">गैर सिंधी स्कूल में <span class="nirmala-bold">पड़हं</span>दड़ शागिर्दनि लाइ सेकंड ॿोली सिंधीअ जे दरसी किताब में ॿोलीअ सां वास्तो रखंदड़ लियाकतुनि ॿुधणु, ॻाल्हाइणु <span class="no-hyphen">-</span> ॿोल्हाइण, <span class="nirmala-bold">पढ़ह</span>ण ऐं लिखण खे अभ्यास ॾिनो वियो आहे.</span>
</div>
</blockquote>
Has anyone else had to use the vowel sign characters from this unicode range (U+0900-097F) before? If so, how did you achieve the correct display with Prince?
A code snippet from the HTML (which renders fine) is below and shown in the attached PDF:
<blockquote id="s3-3-5-disp-quote1">
<div class="p" id="s3-3-5-disp-quote1-p1">
<span class="nirmala">गैर सिंधी स्कूल में <span class="nirmala-bold">पड़हं</span>दड़ शागिर्दनि लाइ सेकंड ॿोली सिंधीअ जे दरसी किताब में ॿोलीअ सां वास्तो रखंदड़ लियाकतुनि ॿुधणु, ॻाल्हाइणु <span class="no-hyphen">-</span> ॿोल्हाइण, <span class="nirmala-bold">पढ़ह</span>ण ऐं लिखण खे अभ्यास ॾिनो वियो आहे.</span>
</div>
</blockquote>
Has anyone else had to use the vowel sign characters from this unicode range (U+0900-097F) before? If so, how did you achieve the correct display with Prince?