help-octave
[Top][All Lists]
Advanced

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

Re: Zero at the beginning


From: Andreas Weber
Subject: Re: Zero at the beginning
Date: Tue, 16 Apr 2019 20:14:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Am 16.04.19 um 19:09 schrieb zed:
B1=csvread('ct_lambda_20.csv');

This file has a Unicode Byte Order Mark (BOM), see the first 3 bytes in a hex editor.

Apparently Octave can't handle the BOM. Please search savannah if there if already a bug report and consider filing one if there is no report yet.

The source file in question is libinterp/corefcn/dlmread.cc
and patches are always welcomed.

Thank you, Andy



reply via email to

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