Re: Problem with Pango displaying Greek letters under Linux



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]