Posted by
Leon Espinosa-3 on
Sep 02, 2014; 10:10am
URL: http://imagej.273.s1.nabble.com/coding-iso-8859-15-tp5009414p5009462.html
Hello, thank you for these informations. I did not really understand the discussion in stackoverflow, but as it was noted the encoding heading was needed in order to allow the code comments (and automatic documentation of the class) with something different than ascii chars (like in French... !).
Anyway, with "old" Fiji distrubution this works perfect :
# -*- coding: iso-8859-15 -*-
class A_Class(object) :
"""Ceci est une classe dont la doc comporte des: é à ç è """
And with the recent versions this works perfect :
class A_Class(object) :
"""Ceci est une classe dont la doc comporte des: é à ç è """
So it seems that we need to make a choice... and migrate to recent version and modify the scripts. But is not trivial to have all the people using the scripts in the lab with the good couple of Fiji-version/Script-version .
Thank you all for the help
Leon
Le 2 sept. 2014 à 10:31, Bio7 a écrit :
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html