David Christopher Zentgraf wrote:
> Your biggest problem will be if you accept any kind of user input
> which could be in any kind of language.
> Depending on your server configuration you'll probably have some
> serious cleaning and filtering to do.
> I often have to employ this line for example:
Your biggest problem will be if you accept any kind of user input
which could be in any kind of language.
Depending on your server configuration you'll probably have some
serious cleaning and filtering to do.
I often have to employ this line for example:
foreach (array_keys($_POST) as $key) $c
Per Jessen wrote:
Paul Scott wrote:
On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote:
What are the implications of having a site that has many different
languages, including latin and non latin characters?
Keep everything as universal (UTF-8) as possible, and make sure
Paul Scott wrote:
On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote:
What are the implications of having a site that has many different
languages, including latin and non latin characters?
Keep everything as universal (UTF-8) as possible, and make sure that you
code for right-t
Paul Scott wrote:
>
> On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote:
>> What are the implications of having a site that has many different
>> languages, including latin and non latin characters?
>
> Keep everything as universal (UTF-8) as possible, and make sure that
> you code for rig
On Thu, 2007-09-27 at 12:15 +0200, Angelo Zanetti wrote:
> What are the implications of having a site that has many different
> languages, including latin and non latin characters?
Keep everything as universal (UTF-8) as possible, and make sure that you
code for right-to-left languages as well.
6 matches
Mail list logo