Re: ppgLayout.AddStaticText ((c))

2012-10-19 Thread Ben Houston
It is the result of character encoding issues. Here is related description: http://stackoverflow.com/questions/1461907/html-encoding-issues-character-showing-up-instead-of-nbsp Basically your string is in the wrong encoding. -ben On Fri, Oct 19, 2012 at 8:54 AM, Gareth Bell

Re: ppgLayout.AddStaticText ((c))

2012-10-19 Thread Alan Fregtman
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

Re: ppgLayout.AddStaticText ((c))

2012-10-19 Thread Alan Fregtman
Funny... Gmail converted it to (c) in the subject header (for compatibility sake I imagine) and it's ruining the threading. Silly Google! On Fri, Oct 19, 2012 at 9:25 AM, Alan Fregtman alan.fregt...@gmail.comwrote: Is this in Python code? if so, put a u before the string to indicate it to be

RE: ppgLayout.AddStaticText ((c))

2012-10-19 Thread Gareth Bell
Magic! cheers From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Alan Fregtman Sent: 19 October 2012 14:25 To: softimage@listproc.autodesk.com Subject: Re: ppgLayout.AddStaticText ((c