downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fribidi_log2vis> <PDO_FIREBIRD DSN
[edit] Last updated: Mon, 01 Nov 2010

view this page in

XLIV. Fonctions FriBiDi

Introduction

FriBiDi est une implémentation libre de l'algorithme bidirectionnel unicode.

Pré-requis

Vous devez télécharger et installer la bibliothèque FriBiDi.

Installation

Cette extension PECL n'est pas intégrée à PHP. Des informations sur l'installation de ces extensions PECL peuvent être trouvées dans le chapitre du manuel intitulé Installation des extensions PECL. D'autres informations comme les notes sur les nouvelles versions, les téléchargements, les sources des fichiers, les informations concernant les mainteneurs ainsi qu'un CHANGELOG, peuvent être trouvées ici : http://pecl.php.net/package/fribidi.

Si vous voulez utiliser ces fonctions, vous devez compiler PHP avec le support Fribidi en utilisant l'option de configuration --with-fribidi[=DIR].

Les utilisateurs de Windows doivent activer la bibliothèque php_fribidi.dll dans le php.ini pour pouvoir utiliser ces fonctions. Vous pouvez télécharger ces bibliothèques DLL pour ces extensions PECL depuis la page de téléchargement de PHP sous sur la page http://snaps.php.net/.

Constantes pré-définies

Ces constantes sont définies par cette extension, et ne sont disponibles que si cette extension a été compilée avec PHP, ou bien chargée au moment de l'exécution.

FRIBIDI_CHARSET_UTF8 (entier)

FRIBIDI_CHARSET_8859_6 (entier)

FRIBIDI_CHARSET_8859_8 (entier)

FRIBIDI_CHARSET_CP1255 (entier)

FRIBIDI_CHARSET_CP1256 (entier)

FRIBIDI_CHARSET_ISIRI_3342 (entier)

Table des matières
fribidi_log2vis -- Convertit une chaîne logique en chaîne visuelle


add a note add a note User Contributed Notes Fonctions FriBiDi
webKami [at] akdomains.com 01-Apr-2005 12:58
To kill the curosity right here....

"Bidirectional" here means the merging of langauages that read from Left to Right (English, French, Spanish etc) with some Native languages that are read from Right to Left, (Arabic, Farsi, Urdu etc).

Problem arises where L2R sub-strings are inserted in R2L string or vice versa.

Like an arabic sub-string in an enlish text. Suppose the lower case is english and upper case in urdu, a bidirectional string may look like.

i drive my CAR daily

but it should not look like this, as CAR should be from L2R in display and in selection.

i drive my RAC daily

--
If you have read this far I am sure this is the topic you are looking for.
Continue your reading here http://fribidi.sourceforge.net/

 
show source | credits | sitemap | contact | advertising | mirror sites