[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tools?
- To: "Development Discussions" <developer at arabeyes dot org>
- Subject: Re: Tools?
- From: "islam abofarha" <islampharm at gmail dot com>
- Date: Tue, 27 Feb 2007 09:40:06 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=mqcQrEXxKTpD3ukBt3qmhOIGsqssSlKEHyG0r4/psNkPqa65NQ4sXEtpwF4RRMn7kqL1yG71n/odiSWEwyTCsjFhg0aQUmEsnAFeuyH75usR899PKu+2K9CvL3z1H1faZNh8xOjH9xiM71sqNKYH5yHUF3TYUZooQ0T/lmbiidI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OM+tW/Bt6zZdoyExsN8jQxqkasKpKGmlDtX7syqNJ1wHPz06LmtMR1Sgi8KhZiRLrq63xQwskY+mX+KUd9NsxTERJHI6zdydMkqdVYVsrziDKApxmnLRPb8dDIlQlfkw1UTfbdfKOBmxafy0edJg6Fo3sZyr4j8JyfTrictujnI=
Hi ,
i setup succefully wxGTK on my Debian Sarge and i configured it with unicode support .when i compiled helloworld there was a problem to use a library which i overcome it by editing /etc/ld.so.conf .and the compile was perfect by also adding any string inside _T()
macro.when i changed the english letters by arabic they appeared as starnge characters then i added to my g++ sentence `wx-config --unicode=yes~` the result was the same then i defined a UNICODE const by #define UNICODE 1 the same how can i use arabic charcters
thx
islam