Is this in Python code? if so, put a u before the string to indicate it to be Unicode... so ppgLayout.AddStaticText(u"©")
I don't know if Soft deals with Unicode strings but I assume it would seeing as there is a Japanese translation (and that requires that sort of thing.) On Fri, Oct 19, 2012 at 8:54 AM, Gareth Bell < [email protected]> wrote: > ** ** ** > > Does anyone know why when I add the copyright symbol into a > ppg.AddStaticText it comes out with a  in front?**** > > ** ** > > ** ** > > ppgLayout.AddStaticText ("©")**** > > ** ** > > ** ** > > ** ** > > ** ** > > gareth bell | xsi artist**** > > **** > > t: +44 (0)20 7565 1000**** > > e: [email protected]**** > > a: 37, dean street, **london**, w1d 4pt, ****uk****.**** > > **** > > www.primefocusworld.com**** > > ** ** >

