Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 54066 invoked from network); 3 Mar 2011 16:16:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Mar 2011 16:16:48 -0000 Received: (qmail 72579 invoked by uid 500); 3 Mar 2011 16:16:47 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 72522 invoked by uid 500); 3 Mar 2011 16:16:47 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 72512 invoked by uid 99); 3 Mar 2011 16:16:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 16:16:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of scarleton@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bw0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2011 16:16:39 +0000 Received: by bwz16 with SMTP id 16so1506406bwz.18 for ; Thu, 03 Mar 2011 08:16:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=AXtpx/a/4wUHiNeevBUgg5AUHHnzcNQErwgy0jMPq1g=; b=OxzkiXJSBmWqbq6uhNrXU4+4aELbJ3+tIipVw45XIKjqpSzvc9KHJP9D2BkB+g/29Q pMOTW72IM0eEbtK8BPrVug9VlAgr2vYer3mjy8lRwBkVVherok3u7tt9hIw1Q/A4Gwe4 RBY7JhVSMdBzMXiMjpoVYQf87wfReEHR0P9g8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=aLyeE0nwSwmupSuJaLstwURG9bvx92NRswmGB/k2dMW1NXXvZsD5sR4DwjozQWQjDX DMbFtlPnvr1K5VJ7Z4CqZSCg46xLZlai9NN4oG0F56byR/pKfNc0dwnfWfN0Y13dy5qf UZ4ZUijvCq+rqPzp08s0UglaWYPXDjspzGxrA= MIME-Version: 1.0 Received: by 10.204.123.140 with SMTP id p12mr1594482bkr.176.1299168740685; Thu, 03 Mar 2011 08:12:20 -0800 (PST) Sender: scarleton@gmail.com Received: by 10.204.48.31 with HTTP; Thu, 3 Mar 2011 08:12:20 -0800 (PST) Date: Thu, 3 Mar 2011 11:12:20 -0500 X-Google-Sender-Auth: 0FEQF-HseFk9RGWiPWnP39G2slc Message-ID: Subject: Converting a 16-bit string to 8-bit? From: Sam Carleton To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=0016e6dd8e4f4ac557049d964bde X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dd8e4f4ac557049d964bde Content-Type: text/plain; charset=UTF-8 I am looking at using a 3rd party library that only operates on 16-bit strings. Is there a built in functions to convert the strings back to 8-bit? I am currenly on Windows and Windows has built in functions I could use, I would prefer to use Apache functions if they exist. --0016e6dd8e4f4ac557049d964bde--