Abdelrazak Younes wrote: > void BufferParams::writeEncodingPreamble(odocstringstream os, > LaTeXFeatures & features, TexRow & texrow) const
How do I convert a odocfstream (in PreviewLoader) to an odocstringstream? Just passing it to writeEncodingPreamble gives a compile error. > > +docstring const from_iconv_encoding(string const & s, string const & > > encoding) > > I guess those are better placed in unicode.{h,cpp}? Please forget. This is very preliminary work (for 1.6.x). > (swith(Lars, Abdel)): > > Anyway, I am affraid we will see the same initialisation problem that > we've seen with the Encoding switching bug. But we use an active (initialized) encoding. That problem only occurs if we switch to a new encoding, I think. Jürgen