comp.lang.ada
 help / color / mirror / Atom feed
* Re: GtkAda and German "Umlaute"
  2002-11-15 16:47 GtkAda and German "Umlaute" Frank Piron
@ 2002-11-15 16:10 ` Preben Randhol
  2002-11-15 17:17   ` Frank Piron
  0 siblings, 1 reply; 9+ messages in thread
From: Preben Randhol @ 2002-11-15 16:10 UTC (permalink / raw)


Frank Piron wrote:
> Hi,
> 
> i did some experimental playing with gtkada and didn't 
> found some way to display german "Umlaute".

My guess is that you use Windows. This doesn't work in GtkAda 1.2 as it
only supports the English alphabet. The GtkAda 2.0 fixes this, but there
isn't a binary version for Windows nor Linux yet unfortunately.
-- 
Preben Randhol ------------------------ http://www.pvv.org/~randhol/ --
�There are three things you can do to a woman. You can love her, suffer
 for her, or turn her into literature.�  - Justine, by Lawrence Durrell



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-15 17:17   ` Frank Piron
@ 2002-11-15 16:43     ` Preben Randhol
  2002-11-15 16:58     ` Adrian Knoth
  1 sibling, 0 replies; 9+ messages in thread
From: Preben Randhol @ 2002-11-15 16:43 UTC (permalink / raw)


Frank Piron wrote:
> Hi Preben,
> 
> thanks and sorry, i forgot to mention the platform. Windows is right.
> Is it possible, to build GtkAda2.0 from sources on Windows,
> using the cygwin - tools and GTK+ sources ?

It should be, but ask at the GtkAda mailing list before you do to get
some tips on how to do it. Also see here:

   http://www.gimp.org/~tml/gimp/win32/

As you will need these libraries too.

-- 
Preben Randhol ------------------------ http://www.pvv.org/~randhol/ --
�There are three things you can do to a woman. You can love her, suffer
 for her, or turn her into literature.�  - Justine, by Lawrence Durrell



^ permalink raw reply	[flat|nested] 9+ messages in thread

* GtkAda and German "Umlaute"
@ 2002-11-15 16:47 Frank Piron
  2002-11-15 16:10 ` Preben Randhol
  0 siblings, 1 reply; 9+ messages in thread
From: Frank Piron @ 2002-11-15 16:47 UTC (permalink / raw)


Hi,

i did some experimental playing with gtkada and didn't 
found some way to display german "Umlaute".

Setting the environment with LANG, etc., calling
setlocal() or parsing any suitable .gtkrc, this all did
not work.

Any idea ?

Frank Piron



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-15 17:17   ` Frank Piron
  2002-11-15 16:43     ` Preben Randhol
@ 2002-11-15 16:58     ` Adrian Knoth
  2002-11-16 10:18       ` Ulrich Eckhardt
  2002-11-16 12:09       ` Preben Randhol
  1 sibling, 2 replies; 9+ messages in thread
From: Adrian Knoth @ 2002-11-15 16:58 UTC (permalink / raw)


Frank Piron <frank.piron@konad.de> wrote:

> Hi Preben,

Hi, too.
 
> thanks and sorry, i forgot to mention the platform. Windows is right.
> Is it possible, to build GtkAda2.0 from sources on Windows,
> using the cygwin - tools and GTK+ sources ?
                                           ^ style check failed

This should be possible, but it is much work. You need to build GTK-2.0
before. Well, I claim that there is at least one bug in the UTF8-handling
of GTK-2.0. (why do they use UTF8? Wouldn't UTF16 be better?)



-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Bei Windows geht prinzipiell gar nix - den Rest nennt man Features.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-15 16:10 ` Preben Randhol
@ 2002-11-15 17:17   ` Frank Piron
  2002-11-15 16:43     ` Preben Randhol
  2002-11-15 16:58     ` Adrian Knoth
  0 siblings, 2 replies; 9+ messages in thread
From: Frank Piron @ 2002-11-15 17:17 UTC (permalink / raw)


Hi Preben,

thanks and sorry, i forgot to mention the platform. Windows is right.
Is it possible, to build GtkAda2.0 from sources on Windows,
using the cygwin - tools and GTK+ sources ?

Frank

Preben Randhol schrieb:
> 
> Frank Piron wrote:
> > Hi,
> >
> > i did some experimental playing with gtkada and didn't
> > found some way to display german "Umlaute".
> 
> My guess is that you use Windows. This doesn't work in GtkAda 1.2 as it
> only supports the English alphabet. The GtkAda 2.0 fixes this, but there
> isn't a binary version for Windows nor Linux yet unfortunately.
> --
> Preben Randhol ------------------------ http://www.pvv.org/~randhol/ --
> «There are three things you can do to a woman. You can love her, suffer
>  for her, or turn her into literature.»  - Justine, by Lawrence Durrell



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-15 16:58     ` Adrian Knoth
@ 2002-11-16 10:18       ` Ulrich Eckhardt
  2002-11-16 12:06         ` Adrian Knoth
  2002-11-16 12:09       ` Preben Randhol
  1 sibling, 1 reply; 9+ messages in thread
From: Ulrich Eckhardt @ 2002-11-16 10:18 UTC (permalink / raw)


Adrian Knoth wrote:

> This should be possible, but it is much work. You need to build GTK-2.0
> before. Well, I claim that there is at least one bug in the UTF8-handling

Is there a FAQ out according this? I had tried to build GTK-2.0
and GtkAda 2.0 but with no success and also serched a lot about this
this topic.

Uli
-- 
Ulrich Eckhardt
http://www.uli-eckhardt.de




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-16 10:18       ` Ulrich Eckhardt
@ 2002-11-16 12:06         ` Adrian Knoth
  2002-11-16 13:37           ` Ulrich Eckhardt
  0 siblings, 1 reply; 9+ messages in thread
From: Adrian Knoth @ 2002-11-16 12:06 UTC (permalink / raw)


Ulrich Eckhardt <uli.e@gmx.de> wrote:

>> This should be possible, but it is much work. You need to build GTK-2.0
>> before. Well, I claim that there is at least one bug in the UTF8-handling
> Is there a FAQ out according this? 

I'm not sure.

> I had tried to build GTK-2.0

Did you have success?

> and GtkAda 2.0 but with no success 

Only for GtkAda or even for GTK-2.0. This should be the first approach.
IIRC there are no precompiled gtk2-win32-libraries.

-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Kommt ein Salzs�uerefabrikannt ganz aufgel�st zum Arzt ...



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-15 16:58     ` Adrian Knoth
  2002-11-16 10:18       ` Ulrich Eckhardt
@ 2002-11-16 12:09       ` Preben Randhol
  1 sibling, 0 replies; 9+ messages in thread
From: Preben Randhol @ 2002-11-16 12:09 UTC (permalink / raw)


Adrian Knoth wrote:
> Frank Piron <frank.piron@konad.de> wrote:
> 
>> Hi Preben,
> 
> Hi, too.
>  
>> thanks and sorry, i forgot to mention the platform. Windows is right.
>> Is it possible, to build GtkAda2.0 from sources on Windows,
>> using the cygwin - tools and GTK+ sources ?
>                                            ^ style check failed
> 
> This should be possible, but it is much work. You need to build GTK-2.0
> before. Well, I claim that there is at least one bug in the UTF8-handling
> of GTK-2.0. (why do they use UTF8? Wouldn't UTF16 be better?)

I don't know. I haven't studied UTFx much yet. But it is not possible to
use the binaries that they have already made of Gtk-2 for windows and just
compile GtkAda 2.0?


-- 
Preben Randhol ------------------------ http://www.pvv.org/~randhol/ --
�There are three things you can do to a woman. You can love her, suffer
 for her, or turn her into literature.�  - Justine, by Lawrence Durrell



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: GtkAda and German "Umlaute"
  2002-11-16 12:06         ` Adrian Knoth
@ 2002-11-16 13:37           ` Ulrich Eckhardt
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Eckhardt @ 2002-11-16 13:37 UTC (permalink / raw)


Adrian Knoth wrote:
> Ulrich Eckhardt <uli.e@gmx.de> wrote:

>>I had tried to build GTK-2.0
> Did you have success?

No. I had a lot of trouble with the different types of
the libs. Some are build for MinGW, others for GCC
and one for Microsoft Visual C  8-{

Uli
-- 
Ulrich Eckhardt
http://www.uli-eckhardt.de




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-11-16 13:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-15 16:47 GtkAda and German "Umlaute" Frank Piron
2002-11-15 16:10 ` Preben Randhol
2002-11-15 17:17   ` Frank Piron
2002-11-15 16:43     ` Preben Randhol
2002-11-15 16:58     ` Adrian Knoth
2002-11-16 10:18       ` Ulrich Eckhardt
2002-11-16 12:06         ` Adrian Knoth
2002-11-16 13:37           ` Ulrich Eckhardt
2002-11-16 12:09       ` Preben Randhol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox