No one's converting the GTK+ stack away from UTF-8. Don't let all the talk
intimidate you.
behdad
Thomas Stover wrote:
> Please, please, please don't switch to UTF-16. To me gtk is about
> getting to use technologies that are "solid", "real", "fun", and
> "effective". Principally, that means C a
Please, please, please don't switch to UTF-16. To me gtk is about
getting to use technologies that are "solid", "real", "fun", and
"effective". Principally, that means C and *nix. UTF-8 is the greatest
thing for one reason that kills all the others: solid compatibility with
both of the above. I
> Glib/gtk is full of macros. I believe que a C compiler is the right place to
> this kind of unsafe code. If i want create safe code i have c#,c++, JAVA, D
> or VALA.
> Using macros is the only way to ensure intermediate APIs don´t have any
> overhead. Besides modern GUIs have support to understan
On Mon, 2009-01-26 at 23:48 +0100, Martin (OPENGeoMap) wrote:
> Dominic Lachowicz escribió:
> What is wrong with:
> gchar* g_utf8_strncpy (gchar *dest,const gchar *src,gsize n);
>
>
> >>> That's one not needed as strncpy should work.
> >>>
> >>>
> >> hehe i kno
On Mon, 2009-01-26 at 23:01 +0100, Martin (OPENGeoMap) wrote:
> Maciej Piechotka escribió:
> > On Mon, 2009-01-26 at 22:49 +0100, Martin (OPENGeoMap) wrote:
> >
> >> Maciej Piechotka escribió:
> >>
> >>> On Mon, 2009-01-26 at 22:30 +0100, Martin (OPENGeoMap) wrote:
> >>>
> >>>
> >
On Mon, 2009-01-26 at 22:49 +0100, Martin (OPENGeoMap) wrote:
> Maciej Piechotka escribió:
> > On Mon, 2009-01-26 at 22:30 +0100, Martin (OPENGeoMap) wrote:
> >
> >> hi:
> >>
>
>
> >>> Well - what do you mean? Having 2 functions - one reciving utf-16 and
> >>> one ut
>>> What is wrong with:
>>> gchar* g_utf8_strncpy (gchar *dest,const gchar *src,gsize n);
>>>
>>
>> That's one not needed as strncpy should work.
>>
>
> hehe i know but that function it really exist:
> http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#g-utf8-strncpy
It
Martin (OPENGeoMap) wrote:
> Dominic Lachowicz escribió:
> What is wrong with:
> gchar* g_utf8_strncpy (gchar *dest,const gchar *src,gsize n);
>
>
That's one not needed as strncpy should work.
>>> hehe i know but that function it really exist:
>>> ht
Dominic Lachowicz escribió:
What is wrong with:
gchar* g_utf8_strncpy (gchar *dest,const gchar *src,gsize n);
That's one not needed as strncpy should work.
hehe i know but that function it really exist:
http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.h
Maciej Piechotka escribió:
On Mon, 2009-01-26 at 22:49 +0100, Martin (OPENGeoMap) wrote:
Maciej Piechotka escribió:
On Mon, 2009-01-26 at 22:30 +0100, Martin (OPENGeoMap) wrote:
hi:
Well - what do you mean? Having 2 functions - one re
10 matches
Mail list logo