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/
XXXVIII. FriBiDi Functions
Úvod
FriBiDi is a free implementation of the Unicode Bidirectional Algorithm.
Požiadavky
You must download and install the FriBiDi package.
Inštalácia
Toto PECL roz��renie nie je pribalen� s PHP. Dodato�n� inform�cie ako s� nov� vydania, downloady, zdrojov� s�bory, inform�cie od spracov�vate�a, a CHANGELOG, je mo�n� n�js� tu: http://pecl.php.net/package/fribidi.
In order to use these functions you must compile PHP with Fribidi support by using the --with-fribidi[=DIR] configure option.
Windows users will enable php_fribidi.dll inside of php.ini in order to use these functions. Toto PECL roz��renie DLL si m�ete stiahn� zo str�nky PHP Download alebo na http://snaps.php.net/.
Preddefinované Konštanty
Kon�tanty uveden� ni�ie s� definovan� t�mto roz��ren�m a bud� dostupn� iba ke� roz��renie bolo bu� kompilovan� do PHP alebo dynamicky na��tan� za behu (runtime).
- Obsah
- fribidi_log2vis -- Convert a logical string to a visual one
FriBiDi Functions
01-Apr-2005 12:58
