Page 1 of 1
UTF-8
Posted: Sun Nov 27, 2005 6:42 am
by michel77
PHP works internally with ISO-8859-1. Other products / protcols use UTF-8. There is different solutions (workarounds) for deconding / encoding and computing string lengths. But they are groggy / ramshackle solutions... Hence the question: is there any plan to make PHP UTF-enabled ?
Posted: Sun Nov 27, 2005 9:57 am
by Weirdan
There is a plan.
Re: UTF-8
Posted: Sun Nov 27, 2005 12:04 pm
by Roja
michel77 wrote:PHP works internally with ISO-8859-1. Other products / protcols use UTF-8. There is different solutions (workarounds) for deconding / encoding and computing string lengths. But they are groggy / ramshackle solutions... Hence the question: is there any plan to make PHP UTF-enabled ?
PHP6 will be fully unicode-based internally according to the latest discussions on the php internal newsgroup.