On Sat, 17 Nov 2001, Salah Faya wrote: > Thanks for everything, but still have two problems: > > 1- when I do this from within the phpdoc directory: > cvs add -m 'Translated to Arabic' ar/language-defs.ent > it says: > cvs [server aborted]: "add" requires write access to the repository
Did you do a checkout with your own username, ie.: cvs -d :pserver:[EMAIL PROTECTED]:/repository login cvs -d :pserver:[EMAIL PROTECTED]:/repository co phpdoc If you did, it should work, if not, drop a line. > 2- The most used Arabic encoding in all arabic countries is 'Windows-1256' > can you fix that? I think the styleshee require the ISO version here. The HTML help stuff already has windows-1256 as encoding. If there are build problems, we can fix this later on. For now, just submit something, and we'll see. Derick > > >From: "Derick Rethans" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: [PHP-DOC] cvs: phpdoc / configure.in > >Date: Sat, 17 Nov 2001 18:16:28 -0000 > >Received: from [216.92.131.4] by hotmail.com (3.2) with ESMTP id > >MHotMailBDBFF484000F400431D8D85C83045CD10; Sat, 17 Nov 2001 10:16:40 -0800 > >Received: (qmail 35742 invoked by uid 1010); 17 Nov 2001 18:16:30 -0000 > >Received: (qmail 35727 invoked from network); 17 Nov 2001 18:16:28 -0000 > >From phpdoc-return-969338947-visualmind Sat, 17 Nov 2001 10:16:53 -0800 > >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > >Precedence: bulk > >list-help: <mailto:[EMAIL PROTECTED]> > >list-unsubscribe: <mailto:[EMAIL PROTECTED]> > >list-post: <mailto:[EMAIL PROTECTED]> > >Delivered-To: mailing list [EMAIL PROTECTED] > >Message-ID: <cvsderick1006020988@cvsserver> > > > >derick Sat Nov 17 13:16:28 2001 EDT > > > > Modified files: > > /phpdoc configure.in > > Log: > > - Added support for arabic translation > > #- Hope this is all... > > > > > >Index: phpdoc/configure.in > >diff -u phpdoc/configure.in:1.83 phpdoc/configure.in:1.84 > >--- phpdoc/configure.in:1.83 Thu Nov 15 14:11:42 2001 > >+++ phpdoc/configure.in Sat Nov 17 13:16:28 2001 > >@@ -1,6 +1,6 @@ > > > > > >-dnl $Id: configure.in,v 1.83 2001/11/15 19:11:42 perugini Exp $ > >+dnl $Id: configure.in,v 1.84 2001/11/17 18:16:28 derick Exp $ > > > > AC_INIT(global.ent) > > > >@@ -226,7 +226,7 @@ > > dnl localize paper size by language > > dnl (instead of using system-dependant default) > > case "$LANG" in > >- cs|de|hu|it|ja|ko|pl|tr|zh_hk) > >+ ar|cs|de|hu|it|ja|ko|pl|tr|zh_hk) > > PAPER_TYPE="A4" > > PDF_PAPER_TYPE="a4" > > ;; > >@@ -295,6 +295,7 @@ > > ja|tw|ko) ENCODING="UTF-8";; > > zh_hk) ENCODING="big5";; > > cs|hu|pl) ENCODING="ISO-8859-2";; > >+ ar) ENCODING="ISO-8859-6";; > > tr) ENCODING="ISO-8859-9";; > > *) ENCODING="ISO-8859-1";; > > esac > >@@ -359,6 +360,11 @@ > > JADE="SP_ENCODING=ISO-8859-2 $JADEPATH" > > NSGMLS="SP_ENCODING=ISO-8859-2 $NSGMLSCMD" > > HTMLHELP_ENCODING="windows-1250" > >+ ;; > >+ ISO-8859-6) > >+ JADE="SP_ENCODING=ISO-8859-6 $JADEPATH" > >+ NSGMLS="SP_ENCODING=ISO-8859-6 $NSGMLSCMD" > >+ HTMLHELP_ENCODING="windows-1256" > > ;; > > ISO-8859-9) > > JADE="SP_ENCODING=ISO-8859-9 $JADEPATH" > > > > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp >