Re: UTF-8 standard
am 17.02.2007 00:53:50 von Niel Archer
Hi
> I wondered if PHP allowed for Unicode character sets (such as by using
> the UTF-8 standard)?
Quick answer: Yes
Longer Answer: Yes but you have to be a little careful as not all parts
and extensions of php support UTF-8 encoding, or require you to specify
UTF-8. PHP itself can be set to use UTF-8 for its output, obviously the
headers of your page need to be set appropriately.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: UTF-8 standard
am 18.02.2007 02:37:37 von Harpreet
Would this also require changes to the MSDE tables/fields or global
settings?
We are planning on selling our product into the international markets.
The GUIs of our applications would not change but they would like for
whatever the users type to be in their native language using the
appropriate Unicode character set.=20
Do we have a rough estimate of how much time it might take to make all
of these changes in PHP and MSDE?
Regards
Harpreet Kaur
-----Original Message-----
From: Niel Archer [mailto:Niel Archer] On Behalf Of Niel Archer
Sent: Friday, February 16, 2007 6:54 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] UTF-8 standard
Hi
> I wondered if PHP allowed for Unicode character sets (such as by using
> the UTF-8 standard)?
Quick answer: Yes
Longer Answer: Yes but you have to be a little careful as not all parts
and extensions of php support UTF-8 encoding, or require you to specify
UTF-8. PHP itself can be set to use UTF-8 for its output, obviously the
headers of your page need to be set appropriately.
Niel
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: UTF-8 standard
am 18.02.2007 23:36:54 von Niel Archer
Hi
>
> Do we have a rough estimate of how much time it might take to make all
> of these changes in PHP and MSDE?
The PHP changes are to the configuration file and to however you
provide the encoding to the headers (presumably an included file or part
of a class), so should be simple.
I have no familiarity with MSDE, so cannot comment on what would be
required with it.
Niel
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php