Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23014 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83023 invoked by uid 1010); 28 Apr 2006 20:51:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83008 invoked from network); 28 Apr 2006 20:51:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2006 20:51:00 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:52738] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E6/F5-18514-23082544 for ; Fri, 28 Apr 2006 16:50:59 -0400 Received: (qmail 21321 invoked by uid 0); 28 Apr 2006 20:50:54 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.159) by relay4 with SMTP; 28 Apr 2006 20:50:54 -0000 Received: (qmail 17290 invoked from network); 28 Apr 2006 20:50:54 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00445 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.139.153]) (envelope-sender ) by mta9 (qmail-ldap-1.03) with SMTP for ; 28 Apr 2006 20:50:54 -0000 Message-ID: <004c01c66b05$7113f660$0100a8c0@pc07653> To: "Frank M. Kromann" Cc: References: <11462516893160000@9866357972520000.9866341568840000> Date: Fri, 28 Apr 2006 21:50:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] Tidy and Unicode changes From: nlopess@php.net ("Nuno Lopes") Well, I just need some way to convert a unicode string to ASCII. Probably there should exist a specific function (or a global converter) to accomplish this. Anyway that function should be exported. Nuno ----- Original Message ----- > Hello, > > Not sure if you added a call to zend_set_converter_encoding() in the > current version of tidy.c, but this function is declared as an internal > function and this call prevents the tidy extension from building as > shared. > > Can we find another way of doing this or get the core guys to add ZEND_API > macros to the function? > > - Frank