>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:

Georg> Philippe Charpentier wrote:
>> Hi, just after the release alpha of lyx-1.5, I compile lyx-1.5svn
>> and test my layouts and ui files on it. They are written in
>> ISO-8859 with accented characters and work until 1.4.x. My layout
>> and ui files, converted in UTF-8 or not, both crash this version of
>> lyx and the tests I did showed that only files written in ASCII are
>> accepted.

Georg> Do your .ui files work with this patch (requires latest svn to
Georg> apply cleanly)?

+/**
+ * Translate \p name if it is possible.
+ * This should be used to translate strings that come from configuration
+ * files like .ui files. These strings could already be in the native
+ * language if they come from a file in the personal directory. */
+docstring const translateIfPossible(docstring const & name);
+

Should this be named translateIfAscii?

JMarc

Reply via email to