Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | I've done a lot of conversion to docstring today.
| > | | - bformat()
| > | - Alert::XXX
| > | - error()
| > | - message()
| > | - displayMessage()
| > | - ErrorItems
| > | - etc...
| > Great work.
| 
| Thanks. That was pretty exhausting...
| 
| 
| > But you seems to have worked in an unclean tree, there is som
| > unrelated spellchecker changes. (Can these be removed?)
| 
| Oh shit... I forgot to revert my tree. I am quite tired now, I promise
| to put back ispell support after committing, is that OK?
| 
| > Also the change to debug (lyxerr) is wrong, and won't do what you
| > expect it to. (Please drop that change)
| 
| OK.
| 
| 
| > The last thing is the addition of docstring _(docstring const &)
| > that is no good. The _() function is _required_ to only accept ascii
| > input. Not even utf8 is accepted. (Please drop that change)
| 
| But what if I want to translate some unicode (usc4) string? That's the
| case in a couple of place in the code and that's the reason I added
| this method.

That is just not allowed. Msgid is only allowed to be pure ascii, so
we should not pretend that anything else is allowed either.


-- 
        Lgb

Reply via email to