help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: csv read problem


From: Dave Cottingham
Subject: Re: csv read problem
Date: Thu, 18 Feb 2016 09:31:55 -0800 (PST)

I sounds like this file is in a multi-byte unicode charset, e.g. utf-16 or
ucs-2, in which case you could solve your problem by translating it to
something octave can read, like utf-8.

Most linux distros come with the iconv utility. You could try experimenting
with something like

iconv -f utf-16 -t utf-8 <bad.csv >good.csv

and see if it works better.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/csv-read-problem-tp4674876p4674885.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]