X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=f1bd1f5e795ee7d85513c1217fda43971d8f875a;hb=5b84f11f80d1ec160dbfa312bc2358cfd7abec72;hp=99cfce1fe12eb160331cac29c9fb74336498e939;hpb=a550a613e80b939870848d2f74a69bfc76de1e26;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index 99cfce1fe1..f1bd1f5e79 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -302,8 +302,8 @@ public: OutputParams const &, OutputWhat output = FullSource) const; /** Export the buffer to LaTeX. - If \p os is a file stream, and params().inputenc is "auto" or - "default", and the buffer contains text in different languages + If \p os is a file stream, and params().inputenc is "auto-legacy" or + "auto-legacy-plain", and the buffer contains text in different languages with more than one encoding, then this method will change the encoding associated to \p os. Therefore you must not call this method with a string stream if the output is supposed to go to a @@ -413,9 +413,9 @@ public: std::string const &, bool nice) const; /** Returns a vector of bibliography (*.bib) file paths suitable for the - * output in the respective BibTeX/Biblatex macro + * output in the respective BibTeX/Biblatex macro and potential individual encoding */ - std::vector const prepareBibFilePaths(OutputParams const &, + std::vector> const prepareBibFilePaths(OutputParams const &, const docstring_list & bibfilelist, bool const extension = true) const;