Abdelrazak Younes wrote: > Well, the reference labels (and cross-reference) are part of the lyx > format aren't they?
They are. And that is the proof that you now have the ucs4 conversion machinery working: The labels are currently not stored in docstring, but in std::string as read in from the file. That means that they are stored in utf8. I guess that toqstr() is broken (that is used to display std::string, but not for docstring). How do the inset buttons with fixed strings look like (e.g. closed footnotes)? Georg