Re: [PHP] languages and PHP
- From: angelo@xxxxxxxxxxxx (Angelo Zanetti)
- Date: Thu, 27 Sep 2007 14:02:08 +0200
Per Jessen wrote:
Paul Scott wrote:Thanks will keep this in mind. Very much appreciated.
On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote:
What are the implications of having a site that has many differentKeep everything as universal (UTF-8) as possible, and make sure that
languages, including latin and non latin characters?
you code for right-to-left languages as well.
Also be careful about how you use setlocale(). When/if you change it, make sure that your mysql connections has the same locale as your PHP
code. Also don't make assumptions about the locale setting, but always
set it explicitly. Something similar goes for timezone I believe. setlocale() caused me
all kinds of grief 2-3 years ago.
/Per Jessen, Zürich
--
------------------------------------------------------------------------
Angelo Zanetti
Systems developer
------------------------------------------------------------------------
*Telephone:* +27 (021) 552 9799
*Mobile:* +27 (0) 72 441 3355
*Fax:* +27 (0) 86 681 5885
*
Web:* http://www.zlogic.co.za
*E-Mail:* angelo@xxxxxxxxxxxx <mailto:angelo@xxxxxxxxxxxx>
.
- References:
- languages and PHP
- From: Angelo Zanetti
- Re: [PHP] languages and PHP
- From: Paul Scott
- Re: [PHP] languages and PHP
- From: Per Jessen
- languages and PHP
- Prev by Date: Re: [PHP] languages and PHP
- Next by Date: Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]
- Previous by thread: Re: [PHP] languages and PHP
- Next by thread: Re: [PHP] languages and PHP
- Index(es):
Relevant Pages
|