matrakim / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

collada maya could output non-unicode characters in <author> tag contents #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

On not English OS (in my case it's Russian Windows Vista),
Collada Maya outputs getenv(USERNAME) as a contents of <author> tag.
This username is not unicode and can have non-ascii characters,
which breaks parsers.

What version of the product are you using? On what operating system?

OpenCollada Maya 1.3.0

Please provide any additional information below.

Please, find dae with the problem attached.

And I get this error from Python's element tree parser:

# ExpatError: not well-formed (invalid token): line 5, column 14 # 

Original issue reported on code.google.com by shafra...@gmail.com on 19 Aug 2010 at 7:56

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for reporting this bug.

It has been fixed in rev 766

Original comment by opencollada2@googlemail.com on 19 Aug 2010 at 8:49