|
Hi,
On Thu, 22 Jul 2010, Yajur Parikh wrote:
> Basically I am using the FracLac plugin to perform a basic fractal
> analysis of some images. When I get the results presented as a table
> within ImageJ, everything looks just fine in terms of formatting.
> However, when I try to save the file either as .xls or .txt, I run into
> a problem. The characters such as σ (sigma) and Λ (cap lambda), among
> others, get changed into the question mark symbol in Excel or any other
> program I try to use to read the file.
It could be an issue with your default character mapping. You can find out
what it is in your setup with this little Javascript snippet:
importClass(java.nio.charset.Charset);
IJ.log(Charset.defaultCharset().displayName());
Have you tried to copy-paste the results table rather than save-and-load
it?
Ciao,
Johannes
|