Re: Full unicode support for back-xlib (2)

2003-07-20 Thread Adam Fedor
Fred Kiefer wrote: Hi Kazu, we now have reached a disagreement and need some more views on the remaining problems. Perhaps Nicola, Adam, Wim or Alex could join in and state their views on the use font sets. I am away for a few days anyway. Is this just about strtok or something else? It

Re: Full unicode support for back-xlib (2)

2003-07-19 Thread Fred Kiefer
Hi Kazu, we now have reached a disagreement and need some more views on the remaining problems. Perhaps Nicola, Adam, Wim or Alex could join in and state their views on the use font sets. I am away for a few days anyway. Cheers Fred Kazunobu Kuriyama wrote: Fred Kiefer wrote: snip It is even

Re: Full unicode support for back-xlib (2)

2003-07-18 Thread Kazunobu Kuriyama
Fred Kiefer wrote: Fred Kiefer wrote: snip - As XGFontSetEnumerator is currently not implemented I would remove all reverences to it. (Reading references for reverences,) At first, I declared XGFontSetEnumerator without implementation, and then I got an exception telling me that

Re: Full unicode support for back-xlib (2)

2003-07-17 Thread Fred Kiefer
Hi Kazu, this patch looks great! There a only a few things I would like to change: - As XGFontSetEnumerator is currently not implemented I would remove all reverences to it. - [initWithFontName:matrix:screenFont:] may lead to memory leaks as RELEASE(self) is missing for all the error cases.