On 01/15/2014 01:38 PM, Julian Taylor wrote:
> On 01/15/2014 11:25 AM, Daπid wrote:
>> On 15 January 2014 11:12, Hedieh Ebrahimi <hedieh.ebrah...@amphos21.com
...
> for utf 8 data:
>
>      d = np.loadtxt(file, dtype='utf8')
>

ups this is a very bad example as we can't have utf8 as its variable 
length, but we can have ascii and ucs-2 for lower footprint encodings 
with proper python string integration.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to