263
edits
No edit summary |
|||
Line 148: | Line 148: | ||
We need to handle UTF-8 (or whatever) characters properly in all parts of Octave. Try to do this in a Matlab-compatible way. | We need to handle UTF-8 (or whatever) characters properly in all parts of Octave. Try to do this in a Matlab-compatible way. | ||
==== Load / | ==== Load / Save ==== | ||
* Make the load and save commands compatible with Matlab's HDF5-based file format. Matlab users expect this and we need something like this to support large arrays anyway. | * Make the load and save commands compatible with Matlab's HDF5-based file format. Matlab users expect this and we need something like this to support large arrays anyway. See also [[Low-level interface to HDF5 library]]. | ||
* Phase out Octave's own text and binary formats. Too much effort is required to maintain the code to support all the various formats. | * Phase out Octave's own text and binary formats. Too much effort is required to maintain the code to support all the various formats. | ||