Re: Xeukleides port to Win32: problems with text widget

Stephan Deibel <[email protected]> Wed, 26 Mar 2003 18:11:03 -0500 (EST)
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <Pine.LNX.4.50.0303261809300.3078-100000@hedgehog>
Hi,

There are fixes for this included in the version of win32gtk located
here:

http://wingide.com/opensource/win32gtk

Hope that helps.

Stephan Deibel

--
Wing IDE for Python
Archaeopteryx Software, Inc
Take Flight!

www.wingide.com

On Wed, 26 Mar 2003, Christian Obrecht wrote:

> Hello,
> 
> I'm the creator of Eukleides, a Euclidean geometry drawing language, and
> of `xeukleides', a GTK+ 1.2 based front-end to this language. (The home
> page is located at : <http://perso.wanadoo.fr/obrecht/>.) The program
> has a viewing mode and an edit mode, using the GTK+ text widget.
> 
> Recently, Peter Bartke tried to port it using GTK+ 1.3 for Windows. The
> result is quite functional and needed very few modifications. The
> remaining problems are related to non-ASCII chars:
> 
> * The program is able to load iso 8859-1 encoded Eukleides scripts (I
> added a call to `g_locale_to_utf8' in order to avoid problems with
> `gtk_text_insert'), but when I move the cursor over some non-ASCII
> chars, the text gets broken.
> 
> * The same problem occurs when I try to insert some non-ASCII
> chars with the keyboard.
> 
> Does anybody know a way to fix this kind of problem?
> 
> Christian Obrecht
> 
> 
> To Post a message, send it to: [email protected]
> To Unsubscribe, send a blank message to: [email protected] 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
>