Re: Problem with Pango displaying Greek letters under Linux
- From: "Nick Chorley" <nick chorley gmail com>
- To: "Behdad Esfahbod" <behdad cs toronto edu>
- Cc: gtk-i18n-list gnome org
- Subject: Re: Problem with Pango displaying Greek letters under Linux
- Date: Wed, 1 Mar 2006 20:31:38 +0000
Works like a charm, thanks very much Behdad!
Nick
On 3/1/06, Behdad Esfahbod <behdad cs toronto edu
> wrote:Something like:
char buf[7];
int len;
len = g_unichar_to_utf8 (0x03B1, buf);
buf[len] = '\0';
Or simply look up the UTF-8 representation of U+03B1 in gucharmap
and use "\316\261".
behdad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]