Re: [LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-28 Thread Enrico Forestieri
On Tue, Mar 28, 2017 at 11:51:23AM +0200, Jean-Marc Lasgouttes wrote: > Le 28/03/2017 à 11:01, Enrico Forestieri a écrit : > > Hmm. I must have done something wrong because toSafeFilesystemEncoding() > > actually works. The attached patch is required on native windows when > > the tempdir path has

Re: [LyX/master] Handle properly exception that can be thrown by to_local8bit

2017-03-28 Thread Jean-Marc Lasgouttes
Le 28/03/2017 à 11:01, Enrico Forestieri a écrit : Hmm. I must have done something wrong because toSafeFilesystemEncoding() actually works. The attached patch is required on native windows when the tempdir path has unicode characters. The change in Buffer.cpp is required for lyx2lyx. Thanks for