Magic!
cheers ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Alan Fregtman Sent: 19 October 2012 14:25 To: [email protected] Subject: Re: ppgLayout.AddStaticText ("(c)") 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

