Go to file
Campbell Barton f28b5e672e python/utf8 compatibility fixes. (as discussed on the mailing list)
- user input gets non utf8 chars stripped all text input other then file paths.

- python has the same limitations, it will raise an error on non utf8 strings except for paths use unicode escape literals so its possible to deal with saving to these file paths from python.

- new string functions
  BLI_utf8_invalid_byte(str, len) returns the first invalid utf8 byte or -1 on on success.
  BLI_utf8_invalid_strip(str, len) strips non utf-8 chars.
2010-08-28 12:34:22 +00:00
build_files Make sure correct python31 zip is unpacked when BF_DEBUG=True 2010-08-27 21:42:33 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00
intern rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC project files 2010-08-17 20:53:07 +00:00
release obj export fix for meshes with no UV textures 2010-08-28 12:15:14 +00:00
source python/utf8 compatibility fixes. (as discussed on the mailing list) 2010-08-28 12:34:22 +00:00
CMakeLists.txt rename some cmake build targets 2010-08-24 04:29:23 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Patch [#23389] Add authorship information to exported COLLADA files 2010-08-26 06:58:32 +00:00