<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k_i06</author_name>
  <author_url>https://blog.hatena.ne.jp/k_i06/</author_url>
  <blog_title>山の上の大学の学生（でしたが卒業）の個人メモ</blog_title>
  <blog_url>https://ki06.hatenablog.com/</blog_url>
  <categories>
    <anon>Windows</anon>
    <anon>Linux</anon>
    <anon>ソフト</anon>
  </categories>
  <description>全角英数字を半角に変換しようということで， use Encode; # 全角を半角に変換(基本的に&quot;英数字記号，スペース&quot;) $_ = decode('Shift_JIS', $_); tr/\x{ff01}-\x{ff5d}\x{3000}/\x{0021}-\x{007d}\x{0020}/; $_ = encode('Shift_JIS', $_); とやったのだが，そういえばjcode.plってあったなぁと思い出した．ついでに半角，全角の変換について調べた結果が以下．次からはUnicode::Japaneseを使おう． 参考 Jcode.pm http://openlab.jp/Jco…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fki06.hatenablog.com%2Fentry%2F20070715%2F1184499467&quot; title=&quot;Perlで全角とか半角とか - 山の上の大学の学生（でしたが卒業）の個人メモ&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>2007-07-15 20:37:47</published>
  <title>Perlで全角とか半角とか</title>
  <type>rich</type>
  <url>https://ki06.hatenablog.com/entry/20070715/1184499467</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
