Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14532 invoked by uid 1010); 21 Apr 2006 19:44:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14517 invoked from network); 21 Apr 2006 19:44:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2006 19:44:50 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:59305] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CF/2F-19715-13639444 for ; Fri, 21 Apr 2006 15:44:50 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.6/8.13.6/Debian-1) with ESMTP id k3LJijIJ002064 for ; Fri, 21 Apr 2006 12:44:46 -0700 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-ID: <883fe7f03ebf3138b597e8e975962291@gravitonic.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: PHP Internals Date: Fri, 21 Apr 2006 12:44:02 -0700 X-Mailer: Apple Mail (2.623) Subject: Marking protos as Unicode-safe From: andrei@gravitonic.com (Andrei Zmievski) As you probably know, we keep track of the Unicode function upgrade progress at this URL: http://www.php.net/~scoates/unicode/ Currently, most of the functions are marked as unsafe or untested. However, there are plenty of extensions/functions that do not deal with strings at all and thus can be marked as Unicode-safe. ext/bcmath is one such example. Could people please go through and mark such functions with 'U' at the end of the proto line? It would help a lot. Thanks, -Andrei