all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: How to escape a string which will be added as a ?key=value parameter in a url?
Date: Mon, 28 Sep 2015 06:45:49 +0600	[thread overview]
Message-ID: <CAP_d_8VwwU-q9qrW7JUbUb5roPkqdLkWQP1tNtYAZ0h09oDxCQ@mail.gmail.com> (raw)
In-Reply-To: <87fv1zipgh.fsf@web.de>

On Mon, Sep 28, 2015 at 2:20 AM, Michael Heerdegen
<michael_heerdegen@web.de> wrote:
> Marcin Borkowski <mbork@mbork.pl> writes:
>
>> I have a bunch of keys and values, and I want to construct a url with
>> a ?key=value&key2=value2 syntax.  Is there a function which would
>> properly escape characters like ?, =, & for that?
>
> Maybe `url-hexify-string'?

More like url-build-query-string.

Blindly substituting the value for %s in a format string, as Emanuel
suggests, is definitely not the right thing.



  reply	other threads:[~2015-09-28  0:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-27 19:57 How to escape a string which will be added as a ?key=value parameter in a url? Marcin Borkowski
2015-09-27 20:20 ` Michael Heerdegen
2015-09-28  0:45   ` Yuri Khan [this message]
2015-09-29  0:47     ` Emanuel Berg
2015-09-29  5:25       ` Yuri Khan
2015-09-30  0:57         ` Emanuel Berg
2015-09-29  6:58       ` tomas
2015-09-30  1:19         ` Emanuel Berg
2015-09-27 23:17 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAP_d_8VwwU-q9qrW7JUbUb5roPkqdLkWQP1tNtYAZ0h09oDxCQ@mail.gmail.com \
    --to=yuri.v.khan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.