tal             Tue Sep 17 15:30:07 2002 EDT

  Modified files:              
    /php4/ext/fribidi   fribidi.c 
  Log:
  # err.. fix comment
  
  
Index: php4/ext/fribidi/fribidi.c
diff -u php4/ext/fribidi/fribidi.c:1.19 php4/ext/fribidi/fribidi.c:1.20
--- php4/ext/fribidi/fribidi.c:1.19     Tue Sep 17 14:08:45 2002
+++ php4/ext/fribidi/fribidi.c  Tue Sep 17 15:30:06 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fribidi.c,v 1.19 2002/09/17 18:08:45 tal Exp $ */
+/* $Id: fribidi.c,v 1.20 2002/09/17 19:30:06 tal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -93,28 +93,30 @@
 }
 /* }}} */
 
-/*--------------------------------------------------------------*/
-/* Name: fribidi_log2vis                                        */
-/* Purpose: convert a logical string to a visual one            */
-/* Input: 1) The logical string.                                */
-/*        2) Base direction -                                   */
-/*             Possible values:                                 */
-/*             a) FRIBIDI_LTR  - left to right.                 */
-/*             b) FRIBIDI_RTL  - right to left.                 */
-/*             c) FRIBIDI_AUTO - autodetected by the BiDi       */
-/*                               BiDi algorithm.                */
-/*        3) Character code being used -                        */
-/*             Possible values (i.e., charsets supported)      */
-/*              FRIBIDI_CHARSET_UTF8                            */
-/*              FRIBIDI_CHARSET_8859_6                          */  
-/*                             FRIBIDI_CHARSET_8859_8                          */
-/*                             FRIBIDI_CHARSET_CP1255                          */
-/*                             FRIBIDI_CHARSET_CP1256                          */
-/*                             FRIBIDI_CHARSET_ISIRI_3342                      */
-/*                                                              */
-/* Output: on success: The visual string.                       */
-/*         on failure: FALSE                                    */ 
-/*--------------------------------------------------------------*/           
+/*
++ -----------------------------------------------------------+
+| Name: fribidi_log2vis                                      |
+| Purpose: convert a logical string to a visual one          |
+| Input: 1) The logical string.                              |
+|        2) Base direction -                                 |
+|             Possible values:                               |
+|             a) FRIBIDI_LTR  - left to right.               |
+|             b) FRIBIDI_RTL  - right to left.               |
+|             c) FRIBIDI_AUTO - autodetected by the BiDi     |
+|                               BiDi algorithm.              |
+|        3) Character code being used -                      |
+|             Possible values (i.e., charsets supported)     |
+|              FRIBIDI_CHARSET_UTF8                          |
+|              FRIBIDI_CHARSET_8859_6                        |
+|              FRIBIDI_CHARSET_8859_8                        |
+|              FRIBIDI_CHARSET_CP1255                        |
+|              FRIBIDI_CHARSET_CP1256                        |
+|              FRIBIDI_CHARSET_ISIRI_3342                    |
+|                                                            |
+| Output: on success: The visual string.                     |
+|         on failure: FALSE                                  |
++------------------------------------------------------------+
+*/           
 
 /* {{{ proto string fribidi_log2vis(string str, long direction, int charset)
    Convert a logical string to a visual one */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to