From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?S2VqaWHmn6/lmIk=?= Newsgroups: gmane.lisp.guile.user Subject: how to decode uri containing non-ascii characters? Date: Thu, 1 Nov 2012 20:03:49 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec539654c04820004cd77e0b9 X-Trace: ger.gmane.org 1351814657 21216 80.91.229.3 (2 Nov 2012 00:04:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2012 00:04:17 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Nov 02 01:04:26 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TU4kL-0005HR-PD for guile-user@m.gmane.org; Fri, 02 Nov 2012 01:04:25 +0100 Original-Received: from localhost ([::1]:36840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU4kC-0003sO-NQ for guile-user@m.gmane.org; Thu, 01 Nov 2012 20:04:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU4k8-0003s8-CM for guile-user@gnu.org; Thu, 01 Nov 2012 20:04:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU4k7-0001D8-FA for guile-user@gnu.org; Thu, 01 Nov 2012 20:04:12 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:38063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU4k7-0001D2-7F for guile-user@gnu.org; Thu, 01 Nov 2012 20:04:11 -0400 Original-Received: by mail-lb0-f169.google.com with SMTP id k6so2571714lbo.0 for ; Thu, 01 Nov 2012 17:04:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=914pB06wmXhRGvmeUGYqlhLkLoJ95yjILowk6TgOIks=; b=vclDAf3ztTwW4kr7RjEnKy/8ubw838PSgkk0ZyIrVxlkEkTUTqXYY90VX2T7ZyrDKq pasBcFegpFs958/2umJ7MubbwyrmBiJ9Ehwh5lMBNSQzOKwzefZEZG9rnbFYTA5wUnV3 NyRASEDpCFpJUzvIaYwsA+TU9ZAHPDTIQS/4unmFu0htzu8MUrdHaUPbaKC3tg8VAdTc wquz0EiVCJ5jWE1R1VZClX14+Sy8mZEzUnDND+lvS7L1NCVcTi7tkDGWV2epO2KikCcf YdMy3huR3G/z+fcvVVS86Ojbsq3Gc0ahhs5USECBvbXfSHLaHx8VjNSDzcFXubEb/Wi/ cEkQ== Original-Received: by 10.112.13.140 with SMTP id h12mr102558lbc.12.1351814650036; Thu, 01 Nov 2012 17:04:10 -0700 (PDT) Original-Received: by 10.112.180.34 with HTTP; Thu, 1 Nov 2012 17:03:49 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9638 Archived-At: --bcaec539654c04820004cd77e0b9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi all, in an html textarea, i input some chinese text, and receive the text from the http request body. i tried to use uri-decode to restore the text, but failed: (display (uri-decode "%E5%B0%8F")) any suggestions? thanks a lot for your helps. kejia =E2=98=B5=E2=98=AF=E2=98=B2 --bcaec539654c04820004cd77e0b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi all,

in an html textarea, i input some chinese text, = and receive the text from the http request body. i tried to use uri-decode = to restore the text, but failed:
(display (uri-decode "%E5%B= 0%8F"))

any suggestions?

thanks = a lot for your helps.

kejia

=E2= =98=B5=E2=98=AF=E2=98=B2

--bcaec539654c04820004cd77e0b9--