On Sep 1, 3:44 am, Chris G <[email protected]> wrote: > > As you can see last line of the two outputs, Maya 2011 looks to use > > cp1252 for encoding whereas Maya 2009 use ascii. > > > - How can I get the encoding used when printing? I.e. maya.Output > > encoding? > > maya.cmds.about(codeset=True) > > Should give you the encoding that sys.stdout is using.
Unfortunately it's not the case, this command returns "1252" on both maya 2009 and 2011. -- http://groups.google.com/group/python_inside_maya
