On Sat, Feb 03, 2007 at 03:06:14PM +0000, John Levon wrote: > On Sat, Feb 03, 2007 at 12:15:43PM +0100, Georg Baum wrote: > > > I just noticed that I unintentionally raised the minimum required python > > version by using unicodedata.normalize() for the InsetLatexAccent > > conversions in lyx2lyx. > > > > What are we going to do here? The problem is that normalization is > > essential in the accent conversion, so the only possibilities I see are to > > raise the minimum required python version to 2.3, or to include a > > replacement for unicodedata.normalize(), or to include a prebuilt list of > > accents. Opinions? > > .normalize() is in C so not trivial to replace. I think for 1.5 > requiring 2.3 is a reasonable thing to do...
I think that 2.3 already is a requirement, as stated in the README file. -- Enrico