Re: Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Owen Taylor
On Mon, 2006-04-24 at 16:47 +0530, Gaurav Jain wrote: > Hello, > > I have written a small GTK program (attached below), which is supposed > to display some japanese text in a GtkEntry and GtkTextView. The text > is UTF8, and I have extracted the UTF8 values from an application that > contained so

Re: Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Gaurav Jain
> > > This might sound obvious, but make sure you do have a font with the > necessary Japanese characters. > How do I find out which font I need? And how to install that font and ensure that GTK picks it up? ___ gtk-app-devel-list mailing list gtk-app-d

Re: Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Lina Kemmel
> Is there a way to get this working on Solaris or AIX too? > Do I need to install some fonts or set some environment > variables? Was your LANG set to xxXX.UTF-8? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mai

Re: Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Eduardo M KALINOWSKI
Gaurav Jain wrote: >On 4/24/06, Lina Kemmel <[EMAIL PROTECTED]> wrote: > > >>>Is there a way to get this working on Solaris or AIX too? >>>Do I need to install some fonts or set some environment >>>variables? >>> >>> >>Was your LANG set to xxXX.UTF-8? >> >> >Yes, I tested with LANG set

Re: Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Gaurav Jain
On 4/24/06, Lina Kemmel <[EMAIL PROTECTED]> wrote: > > > Is there a way to get this working on Solaris or AIX too? > > Do I need to install some fonts or set some environment > > variables? > > Was your LANG set to xxXX.UTF-8? Yes, I tested with LANG set to ja_JP.UTF-8, and the problem persists on

Problem displaying Japanese Text in GtkEntry/GtkTextView

2006-04-24 Thread Gaurav Jain
Hello, I have written a small GTK program (attached below), which is supposed to display some japanese text in a GtkEntry and GtkTextView. The text is UTF8, and I have extracted the UTF8 values from an application that contained some valid UTF8 japanese text. The problem is that when I run this