Status: New
Owner: ----
Labels: Type-Defect FoundBy-Community
New issue 280 by
justcomp...@gmail.com: no unicode characters in filenames
possible
http://code.google.com/p/alembic/issues/detail?id=280
What steps will reproduce the problem?
1. Try to create CreateArchiveWithInfo() with non ASCI characters in the
filename. Maybe the std::string filename parameter could be changed to a
String class where a UTF-8 encoded string can be passed?
What is the expected output? What do you see instead?
- No archive will be created, an exception will be trown.
What version of the product are you using? On what operating system?
- Latest Alembic Version 1.0.5 on Windows7 64/32bit and OSX >10.6.
Please provide any additional information below.
- We need to load and save abc files from locations where the filepath
contains unicode characters.