Georg Baum wrote:
Am Sonntag, 10. September 2006 14:17 schrieb Abdelrazak Younes:
I am changing Alert::etc() and bformat() right now.
Note that bformat can be done in parallel: Add the new variant, but don't
delete the old one. Then you don't need to add lots of temporary utf8
conversions.
Am Sonntag, 10. September 2006 14:17 schrieb Abdelrazak Younes:
> I am changing Alert::etc() and bformat() right now.
Note that bformat can be done in parallel: Add the new variant, but don't
delete the old one. Then you don't need to add lots of temporary utf8
conversions.
That did not work wit
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Abdelrazak Younes wrote:
| > Just to let you know so that we avoid duplication of work.
|
| Hum, I think that Andre is right when he said that we should have made
| the conversion from std::string to lyx::docstring in o
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Abdelrazak Younes wrote:
| > Just to let you know so that we avoid duplication of work.
|
| Hum, I think that Andre is right when he said that we should have made
| the conversion from std::string to lyx::docstring in one shot. I guess
| this is too
Abdelrazak Younes schrieb:
Abdelrazak Younes wrote:
Just to let you know so that we avoid duplication of work.
Hum, I think that Andre is right when he said that we should have made
the conversion from std::string to lyx::docstring in one shot. I guess
this is too late now because of the mul
Abdelrazak Younes wrote:
Just to let you know so that we avoid duplication of work.
Hum, I think that Andre is right when he said that we should have made
the conversion from std::string to lyx::docstring in one shot. I guess
this is too late now because of the multiple to_uf8 and from_utf8..
Just to let you know so that we avoid duplication of work.
Abdel.