|
From: Travis O. <oli...@ee...> - 2006-02-08 22:38:27
|
I've started a branch on SVN to fix the unicode implementation in NumPy so that internally all unicode arrays use UCS4. When a scalar is obtained it will be the Python unicode scalar and the required conversions (and data-copying) will be done. If anybody would like to help the branch is http://svn.scipy.org/svn/numpy/branches/newunicode -Travis |