LoginSignup
6
6

More than 5 years have passed since last update.

Emacs で URL エンコードする

Posted at

ググるといろいろやり方はあるようだが一番簡単なのはこれではなかろうか。

(require 'url-util)
(url-hexify-string "やっほー") ;; => %e3%82%84%e3%81%a3%e3%81%bb%e3%83%bc

ただし 'utf-8 限定。

6
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6