]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
This comment is wrong and causes bug in revision control.
[lyx.git] / src / output_latex.h
index b347f261bd820fb3c9dd2929b889717ec9d20023..3f22a159d7449a02b04ecfb69a61af1232042eae 100644 (file)
@@ -44,11 +44,14 @@ void latexParagraphs(Buffer const & buf,
                     OutputParams const &,
                     std::string const & everypar = std::string());
 
-/// Switch the encoding of \p os from runparams.encoding to \p newEnc if needed.
-/// \return (did the encoding change?, number of characters written to \p os)
+/** Switch the encoding of \p os from runparams.encoding to \p newEnc if needed.
+    \p force forces this also within non-default or -auto encodings.
+    \return (did the encoding change?, number of characters written to \p os)
+ */
 std::pair<bool, int> switchEncoding(odocstream & os,
                     BufferParams const & bparams,
-                    OutputParams const &, Encoding const & newEnc);
+                    OutputParams const &, Encoding const & newEnc,
+                    bool force = false);
 
 } // namespace lyx