On 07/18/2012 03:40 PM, Jean-Marc Lasgouttes wrote:
Le 06/11/11 23:36, [email protected] a écrit :
Author: lasgouttes
Date: Sun Nov 6 23:36:14 2011
New Revision: 40149
URL: http://www.lyx.org/trac/changeset/40149
Log:
Fix shortenng of file names in MakeDisplayPath: it is not a good idea
to slice an utf8 string at arbitrary offsets, we have to work on a
docstring instead. We need unfortunately to switch back and orth
between utf8 and docstring.
This is a candidate for branch too, although the bug is minor.
I never asked for putting this on string, but it helps with hebrew
file names, for example. OK?
I'm clueless about bidi stuff, so if you think it's fine, it's fine.
Richard