Le jeu, jan 17, 2002, à 09:52:38 +, Michael Meeks a écrit:
Michael,
> It would most likely be more productive to help with the Gnome 2.0
> port, there was a therad about it last week; rather than re-write the
> i18n work [ not using utf-8: wchar !? ] under the Gnome 1.4 platform,
Th
Hi Akira,
On Thu, 2002-01-17 at 19:59, Akira TAGOH wrote:
> Right now how far has UTF-8 support completed?
> the latest release can't handle CJK strings at least. core
> of this problem will be fixed by using wchar instead of
> char, but if you plan GNOME2 port, it probably will be
> needed only
Akira,
here are the details. The "audit" file mentions all .[ch] files as of the
beginning of summer 2001. Files with no tags have not been audited for UTF-8
correctness. Those with just "UTF8" are okay, some are tagged "!UTF8
(done)", meaning they had non-compliances, but that it's now sorted o
> On Thu, 17 Jan 2002 21:49:49 +0100,
> "CC" == Cyrille Chepelov <[EMAIL PROTECTED]> wrote:
CC> The plan is not to go towards wchar, but to use UTF-8 instead. The work is
CC> halfway completed, but halted since mid-August, for lack of time. If you
CC> want to pick up the work and finish,
Le mer, jan 16, 2002, à 10:55:57 -0700, M.C. Nelson a écrit:
> This fixes the segfault encountered in thread "Struggling with
> CVS version of dia" when compiled without Gnome support.
thanks for the patch !
> Greetings, diamasters. I notice that "File | Open Recent"
> does not appear to be im
Le ven, jan 18, 2002, à 04:59:07 +0900, Akira TAGOH a écrit:
> Right now how far has UTF-8 support completed?
> the latest release can't handle CJK strings at least. core
> of this problem will be fixed by using wchar instead of
> char, but if you plan GNOME2 port, it probably will be
> needed on
Hi,
Right now how far has UTF-8 support completed?
the latest release can't handle CJK strings at least. core
of this problem will be fixed by using wchar instead of
char, but if you plan GNOME2 port, it probably will be
needed only another works. so that I'm interested it for
Dia. if anyone con
> This fixes the segfault encountered in thread "Struggling with
> CVS version of dia" when compiled without Gnome support.
I had the same problem. Should be fixed in the CVS now.
Steffen
_
Do You Yahoo!?
Get your free @yahoo.com address
This fixes the segfault encountered in thread "Struggling with
CVS version of dia" when compiled without Gnome support.
--- app/menus.c.distWed Jan 16 16:26:04 2002
+++ app/menus.c Wed Jan 16 18:15:35 2002
@@ -267,7 +267,7 @@
{N_("/File/_Quit"), "Q", file_quit_callback,0 }