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

search for in the

Introduzione> <fribidi_log2vis
Last updated: Fri, 18 Jul 2008

view this page in

Gettext



Introduzione> <fribidi_log2vis
Last updated: Fri, 18 Jul 2008
 
add a note add a note User Contributed Notes
Gettext
djogopatrao at gmail dot com
10-Dec-2008 07:49
It is noteworthy that, according to the GNU gettext FAQ[1], * source code must be ASCII *. That means that you can't write code like

<?= _("áááàààãã")?>

in UTF-8, ISO-8859-1 or whatever, and hope that that will work. It won't.

[1]http://www.gnu.org/software/gettext/FAQ.html#nonascii_strings
php at devicenull dot org
21-Aug-2008 04:58
To get this working properly on debian, install the locales-all package.  I just spent a few hours finding a bug where it wouldn't work because that package is missing
thomasdecaux at hotmail dot com
14-Aug-2008 10:42
Gettext is a function allowing to get translated text from a table. Its the common function used to internationalize a web site.

Introduzione> <fribidi_log2vis
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites