Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35546 invoked by uid 1010); 12 Aug 2005 17:43:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35530 invoked from network); 12 Aug 2005 17:43:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 17:43:39 -0000 X-Host-Fingerprint: 216.145.54.171 mrout1.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.171:26290] helo=mrout1.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5A/65-33075-ACFDCF24 for ; Fri, 12 Aug 2005 13:43:39 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) by mrout1.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j7CHf3j4019316 for ; Fri, 12 Aug 2005 10:41:03 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: quoted-printable Message-ID: <0f373c1baa8e124d2b191b0ae7ac5784@gravitonic.com> Content-Type: text/plain; charset=UTF-8; format=flowed To: PHP Developers Mailing List Date: Fri, 12 Aug 2005 10:41:00 -0700 X-Mailer: Apple Mail (2.622) Subject: tip From: andrei@gravitonic.com (Andrei Zmievski) If you want to see exactly what codepoints comprise a Unicode string,=20 use the new var_inspect() function. unicode(3) "a=D4=83=EF=BD=9E" { 0061 0503 ff5e } -Andrei=