Re: r36258 - lyx-devel/trunk/src

2010-11-12 Thread Vincent van Ravesteijn
On Fri, Nov 12, 2010 at 12:55 PM, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: >> I think the better solution would have been to disallow the use of >> umlauts in your name. > > I beg your pardon? > > Jürgen > Just joking. Vincent

Re: r36258 - lyx-devel/trunk/src

2010-11-12 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > I think the better solution would have been to disallow the use of > umlauts in your name. I beg your pardon? Jürgen

Re: r36258 - lyx-devel/trunk/src

2010-11-12 Thread Vincent van Ravesteijn
On Fri, Nov 12, 2010 at 10:41 AM, wrote: > Author: spitz > Date: Fri Nov 12 10:41:41 2010 > New Revision: 36258 > URL: http://www.lyx.org/trac/changeset/36258 > > Log: > *  Author.cpp: >        - to_ascii is a bad idea if your name contains two umlauts. >          (LyX asserted on my for any docu

r36258 - lyx-devel/trunk/src

2010-11-12 Thread spitz
Author: spitz Date: Fri Nov 12 10:41:41 2010 New Revision: 36258 URL: http://www.lyx.org/trac/changeset/36258 Log: * Author.cpp: - to_ascii is a bad idea if your name contains two umlauts. (LyX asserted on my for any document). Modified: lyx-devel/trunk/src/Author.cpp Mod