>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> This enables the frontends to show unicode (most of the work in Lars> MenuBackend). Lars> Only Qt4 tested. All frontends compile. - virtual void openByName(std::string const &) = 0; + virtual void openByName(lyx::docstring const &) = 0; So now menu names are docstring. This did not seem obvious to me, so I wonder: are there entities that will remain std::string (in the ascii sense I guess)? Or is everything bound to be unicode (and std::string will really be utf-8)? JMarc
