[Kst] [Bug 249803] kst tries to load netCDF files with the ASCII datasource
Nicolas Brisset
nicolas.brisset at eurocopter.com
Sun Oct 3 01:03:46 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=249803
--- Comment #6 from Nicolas Brisset <nicolas brisset eurocopter com> 2010-10-03 01:03:44 ---
I've found the explanation! This is due to the fact that my path contains
special characters ("Téléchargements"), and the filename is transformed into
something that NcFile does not understand:
QByteArray bytes = filename.toLatin1();
NcFile *ncfile = new NcFile(bytes.constData());
I can work around it (by using a different path) but I don't know how to fix it
properly. Yet.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kst
mailing list