Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17862 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97843 invoked by uid 1010); 12 Aug 2005 07:26:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97828 invoked from network); 12 Aug 2005 07:26:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 07:26:29 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:45150] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 42/0D-33075-32F4CF24 for ; Fri, 12 Aug 2005 03:26:28 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7C7QOJv001406 for ; Fri, 12 Aug 2005 09:26:24 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j7C7QK4p001391; Fri, 12 Aug 2005 09:26:21 +0200 Date: Fri, 12 Aug 2005 09:26:20 +0200 (CEST) X-X-Sender: derick@localhost To: Andrei Zmievski cc: PHP Developers Mailing List In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] How to get started with Unicode From: derick@php.net (Derick Rethans) On Thu, 11 Aug 2005, Andrei Zmievski wrote: > 2. Download and build ICU 3.4. > > Location: http://www-306.ibm.com/software/globalization/icu/downloads.jsp For Debian users, doing "apt-get install libicu34-dev" should pull it in (on debian unstable). Derick