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. FriBiDi

Introdução

FriBiDi é uma implementação livre de Unicode Bidirectional Algorithm.

Dependências

Você deverá copiar e instalar o pacote FriBiDi.

Instalação

Para ativar o suporte FriBiDi no PHP você deverá compilar o PHP com a opção de configuração --with-fribidi[=DIR] aonde DIR é o diretório de instalação do FriBiDi.

Constantes pré-definidas

As contantes abaixo são definidas por esta extensão e somente estarão disponíveis quando a extensão foi compilada com o PHP ou carregada dinamicamente durante a execução.

FRIBIDI_CHARSET_UTF8 (integer)

FRIBIDI_CHARSET_8859_6 (integer)

FRIBIDI_CHARSET_8859_8 (integer)

FRIBIDI_CHARSET_CP1255 (integer)

FRIBIDI_CHARSET_CP1256 (integer)

FRIBIDI_CHARSET_ISIRI_3342 (integer)

Índice
fribidi_log2vis -- Converte uma string lógica para uma visual


add a note add a note User Contributed Notes 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