Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| >>>>> "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)?

Everything that is supposed to be shown somewhere is supposed to be
docstring. (or ascii if it is supposed to be run through _() before
display)

-- 
        Lgb

Reply via email to