Re: [PATCH] more unicode conversion

2006-10-18 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Oct 17, 2006 at 05:59:55PM +0200, Enrico Forestieri wrote: On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote: This patch includes the one I send earlier with the MathSupport changes. I converted most occurrence of implicit conversion using:

Re: [PATCH] more unicode conversion

2006-10-17 Thread Enrico Forestieri
On Tue, Oct 17, 2006 at 05:59:55PM +0200, Enrico Forestieri wrote: > On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote: > > > This patch includes the one I send earlier with the MathSupport changes. > > I converted most occurrence of implicit conversion using: > > > > docstrin

Re: [PATCH] more unicode conversion

2006-10-17 Thread Enrico Forestieri
On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote: > This patch includes the one I send earlier with the MathSupport changes. > I converted most occurrence of implicit conversion using: > > docstring dstr(str.begin(), str.end()) Abdel, this is not correct, because on systems w

[PATCH] more unicode conversion

2006-10-17 Thread Abdelrazak Younes
This patch includes the one I send earlier with the MathSupport changes. I converted most occurrence of implicit conversion using: docstring dstr(str.begin(), str.end()) as suggested by Georg. Will commit soon. Abdel. Index: src/cursor.C ==