Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Abdelrazak Younes
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.

Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Georg Baum
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

Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Abdelrazak Younes
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

Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Lars Gullik Bjønnes
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

Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Michael Gerz
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

Re: I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Abdelrazak Younes
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..

I am working on unicode conversion of Alert:: etc...

2006-09-10 Thread Abdelrazak Younes
Just to let you know so that we avoid duplication of work. Abdel.