Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Georg Baum wrote:
| > Am Samstag, 9. September 2006 13:16 schrieb [EMAIL PROTECTED]:
| >> Author: larsbj
| >> Date: Sat Sep 9 13:16:28 2006
| >> New Revision: 14951
| >>
| >> URL: http://www.lyx.org/trac/changeset/14951
| >> Log:
| >> Make the l10n machinery work with ucs4. Update (as wip) callers to
| >> do
| > manua=
| >> l conversion and a FIXME comment. Lots of work to do.
| > Do you plan to change _() as well? If not I'd like to run some
| > script that replaces all occurences of _() with lyx::to_utf8(_())
| > now, because that fits nicely with my ongoing plaintext work.
|
| But is this going to stay like this?
Or course not.
| Couldn't you change the _()
| function instead?
To what?
Currently it returns a std::string, I am going to change it to return
a docstring (in middle of that work now.), then all callers must be
changed. But to lessen that work we use to_utf8, so that we can do the
work piecemeal instead of in one huge chunk.
--
Lgb