<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sile</author_name>
  <author_url>https://blog.hatena.ne.jp/sile/</author_url>
  <blog_title>sileのブログ</blog_title>
  <blog_url>https://sile.hatenablog.jp/</blog_url>
  <categories>
    <anon>common lisp</anon>
    <anon>sbcl</anon>
    <anon>utility</anon>
  </categories>
  <description>URLのエンコード/デコード処理は、時々必要になって、その度に(適当に)自作しているものの一つなので、今回少し真面目に作成してパッケージにまとめてみた。 仕様は『URLEncoder (Java Platform SE 6)』を参考にさせてもらった。 (defpackage :url (:use :common-lisp) (:export :encode :decode)) (in-package :url) ;;;;;;;;;;;;;;;;;;; ;;;; 宣言及び型定義 (declaim (optimize (speed 3) (debug 0) (safety 0) (compilat…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsile.hatenablog.jp%2Fentry%2F20091216%2F1260980935&quot; title=&quot;URLエンコード/デコード - sileのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-12-16 01:28:55</published>
  <title>URLエンコード/デコード</title>
  <type>rich</type>
  <url>https://sile.hatenablog.jp/entry/20091216/1260980935</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
