and this inserts this into the .svg file
<tspan
sodipodi:role="line"
id="tspan2995"
x="267"
y="360.36218">Subscript zero â‚€</tspan></text>
and this displays OK on all browsers.
But I want to be able to do this for C++ programs that write svg files.
This works for greek and other math characters, for example this string
ζ ± ₀ ₁ ₂₃ in a string like this
<text x="350" y="40" text-anchor="middle" font-size="20" font-family="Verdana">Title with Unicode <sup>-α </sup> Ω Φ √ ∞ ζ ± ₀ ₁ ₂₃</text>
and this displays as expected using Opera, IE9, Firefox, Chrom
But Inkscape shows the square 'not-printable' symbols for the subscript digits

Is this a bug or a feature that I can work around in some other way?
Paul