Re: problems with my app "disconnected letters" - solved



Once upon a time Mohammed Sameer wrote @ Sat, 12 Apr 2003 03:01:05 +0200

Hi all,
I have a very strange problem and was wondering if anyone can point me to a starting point,
My application is the only gtk2 application i have that is displaying the arabic words disconnected if i 
enable xft
Yes i'm using CVS, however i did a rewrite and it's not working since then
I browsed the CVS and i've found that after a commit i did, the letters problem appeared, however i didn't 
find anything in the new code that could be the reason!!

Anyone have an idea where to search for the reason causing this ?

I think i've done it,
the problem was

typedef struct _Lang Lang;
struct _Lang
{ 
  gchar *name;
  gchar *encoding;
  Lang *children;
};
  
Lang arabic[] = {
  {"ISO 8859-6 (Arabic)", "ISO_8859-6", NULL},
  {"WINDOWS-1256 (Arabic)", "WINDOWS-1256", NULL},
  {NULL}
};

changing arabic to _arabic or __arabic did solve it

I wonder!


-- 
----------------
-- Katoob Main Developer
Linux registered user # 224950
ICQ # 58475622
FIRST  make  it  run, THEN make it run fast "Brian Kernighan".

Attachment: pgpJQ9FsRl_mz.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]