>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Donnerstag, 26. Oktober 2006 17:34 schrieb Jean-Marc Georg> Lasgouttes: >> It happens that I do not really understand what we want to do with >> change_encoding and why there is a specific problem. Probably my >> fault. Georg> The problem is that we may need to use several different Georg> encodings in one output file. This happens if Georg> bparams().inputenc == "auto" and we use for example german and Georg> russian in one document. Since the output stream will do the Georg> conversion from ucs4 to the encoding of the document language Georg> we need to do an intermediate conversion so that the final Georg> result will be in the correct encoding. Can't we just change the encoding of the output stream on the fly (with a method, not only in the constructor)? >> ../../lyx-devel/src/output_latex.C:503: error: 'const class Georg> std::vector<char, std::allocator<char> >' has no member named Georg> 'data' Georg> This is fixed now. Indeed. Thanks. JMarc
