Re: Unicode - try it out

2006-08-02 Thread Lars Gullik Bjønnes
Jose' Matos <[EMAIL PROTECTED]> writes: | On Monday 31 July 2006 12:27, Lars Gullik Bjønnes wrote: | > I made some huge progress on the unicode branch this weekend, and we | > are getting closer to a point where it can be merged with maintrunk. | > | > However, it would be nice if you could try it

Re: Unicode - try it out

2006-08-02 Thread Jose' Matos
On Monday 31 July 2006 12:27, Lars Gullik Bjønnes wrote: > I made some huge progress on the unicode branch this weekend, and we > are getting closer to a point where it can be merged with maintrunk. > > However, it would be nice if you could try it out. Especially if you > have easy access to somet

Unicode - try it out

2006-08-02 Thread Hossein Noorikhah
Hi Pango(that is used ing gtk) has a ``mini-fribidi'' embedded in its source code. I don't know about QT. Hossein

Re: Unicode - try it out

2006-08-02 Thread Lars Gullik Bjønnes
"Hossein Noorikhah" <[EMAIL PROTECTED]> writes: | Hi. | | Please take a look at sample fribidi client that reads input in | various encodings, convert them by iconv, applies bidirectional | algorithm(libfribidi's log2vis funcion, and then prints out the | result. The latest version can be found a

Re: Unicode - try it out

2006-08-01 Thread Hossein Noorikhah
Hi. Please take a look at sample fribidi client that reads input in various encodings, convert them by iconv, applies bidirectional algorithm(libfribidi's log2vis funcion, and then prints out the result. The latest version can be found at sourceforge: http://fribidi.cvs.sourceforge.net/fribidi/fr

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > | 2 The code itself in many of these functions reinvents the wheel. It | > | would be nice if ucs2_to_ucs4 et al were just iconv wrappers. | | > Aren't they just iconv wrappers? | > In what way are th

Re: Unicode - try it out

2006-07-31 Thread Angus Leeming
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | 2 The code itself in many of these functions reinvents the wheel. It > | would be nice if ucs2_to_ucs4 et al were just iconv wrappers. > Aren't they just iconv wrappers? > In what way are they reinventing the wheel? Maybe nothing. I guess these

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > Note that it will most likely only work properly on linux. | > (I use wchar_t in a couple of places and that changes size on | > windows, also I use iconv quite heavily for the moment.) | | I've been

Re: Unicode - try it out

2006-07-31 Thread Angus Leeming
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Note that it will most likely only work properly on linux. > (I use wchar_t in a couple of places and that changes size on > windows, also I use iconv quite heavily for the moment.) I've been watching your progress on cvslog; I like the way it's lo

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I made some huge progress on the unicode branch this weekend, and we | are getting closer to a point where it can be merged with maintrunk. | | However, it would be nice if you could try it out. Especially if you | have easy access to something el

Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
I made some huge progress on the unicode branch this weekend, and we are getting closer to a point where it can be merged with maintrunk. However, it would be nice if you could try it out. Especially if you have easy access to something else than latin1... There are a lot of limitations yet, espe