UTF-8

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
michel77
Forum Newbie
Posts: 17
Joined: Sun Nov 06, 2005 4:57 am

UTF-8

Post 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 ?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

There is a plan.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: UTF-8

Post 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.
Post Reply